weneed-mcp 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +43 -42
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,54 +1,59 @@
1
1
  # weneed-mcp
2
2
 
3
- MCP server for [WeNeed](https://app.weneed.ch) - the Coop Switzerland shopping list app.
4
-
5
- Manage your shopping lists, add/remove items, and search the Coop product catalog through any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.).
3
+ Manage your [WeNeed](https://app.weneed.ch) (Coop Switzerland) shopping lists with Claude. Add items, check them off, search the Coop catalog, and more.
6
4
 
7
5
  > **Important**
8
6
  > This is **not an official MCP server** and is **not affiliated with Coop or WeNeed** in any way.
9
- > It uses a reverse-engineered Firebase backend and may **stop working at any time** if Coop changes their infrastructure, security rules, or Cloud Functions.
7
+ > It uses a reverse-engineered Firebase backend and may **stop working at any time** if Coop changes their infrastructure.
10
8
  > **Use at your own risk.**
11
9
 
12
- ## Prerequisites
10
+ ## What you can do
13
11
 
14
- - Node.js 18+
15
- - A [WeNeed](https://app.weneed.ch) account (email/password login)
12
+ Once installed, just talk to Claude naturally:
16
13
 
17
- ## Quick Start
14
+ - "What's on my shopping list?"
15
+ - "Add milk and eggs to my list"
16
+ - "Check off the bananas"
17
+ - "Search the catalog for gluten-free pasta"
18
+ - "Remove the yogurt from my list"
18
19
 
19
- ```bash
20
- npx weneed-mcp
21
- ```
20
+ > **Note:** If you use shared lists, actions taken through this server will be visible to all participants.
22
21
 
23
- Or install globally:
22
+ ## Install
24
23
 
25
- ```bash
26
- npm install -g weneed-mcp
27
- ```
24
+ You need a [WeNeed](https://app.weneed.ch) account (email/password) to use this.
25
+
26
+ ### Claude Desktop (recommended)
27
+
28
+ 1. Download [weneed-mcp.mcpb](https://github.com/lewpgs/weneed-mcp/releases/latest/download/weneed-mcp.mcpb)
29
+ 2. Install it:
30
+
31
+ **macOS** - Double-click the file, or drag and drop it onto the Claude Desktop app icon
28
32
 
29
- ## Configuration
33
+ **Windows** - In Claude Desktop, go to File > Settings > Extensions > Advanced Settings > Install Extension and select the file
30
34
 
31
- ### Claude Desktop (Extension)
35
+ 3. Enter your WeNeed email and password when prompted. Your credentials are stored securely in your OS keychain.
32
36
 
33
- The easiest way to get started. Download [weneed-mcp.mcpb](https://github.com/lewpgs/weneed-mcp/releases/latest/download/weneed-mcp.mcpb) and install it:
37
+ That's it. You're ready to go.
34
38
 
35
- **macOS:**
36
- - **Double-click** the downloaded file, or
37
- - **Drag and drop** it onto the Claude Desktop app icon
39
+ ---
38
40
 
39
- **Windows:**
40
- - In Claude Desktop, go to **File > Settings > Extensions > Advanced Settings > Install Extension** and select the downloaded file
41
+ ## Advanced setup
41
42
 
42
- You'll be prompted for your WeNeed credentials, which are stored securely in your OS keychain.
43
+ These methods require [Node.js 18+](https://nodejs.org) installed on your machine.
43
44
 
44
- ### Claude Code
45
+ <details>
46
+ <summary><strong>Claude Code</strong></summary>
45
47
 
46
48
  ```bash
47
49
  claude mcp add weneed -e WENEED_EMAIL=your-email@example.com \
48
50
  -e WENEED_PASSWORD=your-password -- npx -y weneed-mcp
49
51
  ```
50
52
 
51
- ### Claude Desktop
53
+ </details>
54
+
55
+ <details>
56
+ <summary><strong>Claude Desktop (manual config)</strong></summary>
52
57
 
53
58
  Add to your `claude_desktop_config.json`:
54
59
 
@@ -67,7 +72,10 @@ Add to your `claude_desktop_config.json`:
67
72
  }
68
73
  ```
69
74
 
70
- ### Cursor
75
+ </details>
76
+
77
+ <details>
78
+ <summary><strong>Cursor</strong></summary>
71
79
 
72
80
  Add to `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global):
73
81
 
@@ -86,7 +94,10 @@ Add to `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global):
86
94
  }
87
95
  ```
88
96
 
89
- ### Test Connection
97
+ </details>
98
+
99
+ <details>
100
+ <summary><strong>Test connection</strong></summary>
90
101
 
91
102
  Verify your credentials work before wiring it into a client:
92
103
 
@@ -94,7 +105,9 @@ Verify your credentials work before wiring it into a client:
94
105
  WENEED_EMAIL='your-email@example.com' WENEED_PASSWORD='your-password' npx weneed-mcp
95
106
  ```
96
107
 
97
- ## Available Tools
108
+ </details>
109
+
110
+ ## Available tools
98
111
 
99
112
  | Tool | Description |
100
113
  |---|---|
@@ -107,19 +120,7 @@ WENEED_EMAIL='your-email@example.com' WENEED_PASSWORD='your-password' npx weneed
107
120
  | `search_catalog` | Search the Coop product catalog |
108
121
  | `get_categories` | Get product categories from the Coop catalog |
109
122
 
110
- ## Example Usage
111
-
112
- Once configured, you can interact naturally:
113
-
114
- - "What's on my shopping list?"
115
- - "Add milk and eggs to my list"
116
- - "Check off the bananas"
117
- - "Search the catalog for gluten-free pasta"
118
- - "Remove the yogurt from my list"
119
-
120
- > **Note:** If you use shared lists, this MCP server can modify items visible to all participants. Keep that in mind when adding, checking, or removing items.
121
-
122
- ## How It Works
123
+ ## How it works
123
124
 
124
125
  WeNeed is a Progressive Web App backed by Firebase (Firestore + Cloud Functions). This MCP server authenticates with your credentials using the Firebase JS SDK, then reads/writes directly to the same Firestore collections and calls the same Cloud Functions that the official app uses.
125
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weneed-mcp",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "MCP server for WeNeed (Coop Switzerland) shopping lists",
5
5
  "main": "dist/index.js",
6
6
  "bin": {