
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
weneed-mcp
Advanced tools
Manage your WeNeed (Coop Switzerland) shopping lists with Claude. Add items, check them off, search the Coop catalog, and more.
Important This is not an official MCP server and is not affiliated with Coop or WeNeed in any way. It uses a reverse-engineered Firebase backend and may stop working at any time if Coop changes their infrastructure. Use at your own risk.
Once installed, just talk to Claude naturally:
Note: If you use shared lists, actions taken through this server will be visible to all participants.
You need a WeNeed account (email/password) to use this.
Download weneed-mcp.mcpb
Install it:
macOS - Double-click the file, or drag and drop it onto the Claude Desktop app icon
Windows - In Claude Desktop, go to File > Settings > Extensions > Advanced Settings > Install Extension and select the file
Enter your WeNeed email and password when prompted. Your credentials are stored securely in your OS keychain.
That's it. You're ready to go.
These methods require Node.js 18+ installed on your machine.
claude mcp add weneed -e WENEED_EMAIL=your-email@example.com \
-e WENEED_PASSWORD=your-password -- npx -y weneed-mcp
Add the following to your config file:
claude_desktop_config.json.cursor/mcp.json (project) or ~/.cursor/mcp.json (global){
"mcpServers": {
"weneed": {
"command": "npx",
"args": ["-y", "weneed-mcp"],
"env": {
"WENEED_EMAIL": "your-email@example.com",
"WENEED_PASSWORD": "your-password"
}
}
}
}
Verify your credentials work before wiring it into a client:
WENEED_EMAIL='your-email@example.com' WENEED_PASSWORD='your-password' npx weneed-mcp
| Tool | Description |
|---|---|
get_shopping_lists | Get all shopping lists you have access to, including shared lists |
get_list_items | Get all active items in a specific shopping list |
add_item | Add a product to a shopping list by name |
check_item | Mark an item as checked/bought |
uncheck_item | Uncheck a previously checked item |
remove_item | Remove (deactivate) an item from a list |
search_catalog | Search the Coop product catalog |
get_categories | Get product categories from the Coop catalog |
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.
Your credentials are only sent to Firebase/Google's authentication servers. They are never stored or transmitted anywhere else.
git clone https://github.com/lewpgs/weneed-mcp.git
cd weneed-mcp
npm install
npm run build
node dist/index.js
Debug with the MCP Inspector:
WENEED_EMAIL='your-email@example.com' WENEED_PASSWORD='your-password' \
npx -y @modelcontextprotocol/inspector npx weneed-mcp
MIT
FAQs
MCP server for WeNeed (Coop Switzerland) shopping lists
We found that weneed-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.