
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
squad-up-mcp
Advanced tools
MCP server for Squad Up - create events, add invitees, potluck, carpool via natural language
An MCP (Model Context Protocol) server that exposes Squad Up's event planning capabilities to AI assistants like Claude. Users can create events, add invitees, manage potlucks and carpools, and get calendar links—all through natural language.
Model Context Protocol is a standard way for AI assistants to connect to external tools. Think of it like this:
create_event tool → your server talks to the Squad Up API → Claude tells the user the resultcd mcp-server
uv sync
SQUAD_UP_API_URL=http://localhost:8000/api uv run python -m squad_up_mcp
| Env Var | Description | Default |
|---|---|---|
SQUAD_UP_API_URL | Base URL of your Squad Up API (e.g. https://your-backend.url/api) | http://localhost:8000/api |
Install Claude Desktop from claude.ai → Download the app (MCP does not work in the browser).
Open your Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd Squad Up to the mcpServers section:
{
"mcpServers": {
"squad-up": {
"command": "uvx",
"args": ["squad-up-mcp"],
"env": {
"SQUAD_UP_API_URL": "https://your-backend.url/api"
}
}
}
}
Replace with your Squad Up API URL (e.g. https://your-backend.url/api).
Restart Claude Desktop completely (quit and reopen).
Use it: Ask Claude to "Create a potluck for Saturday" or "Add an invitee to my event." Claude will use Squad Up tools.
Requires uv (or
pip install squad-up-mcpand use"command": "python", "args": ["-m", "squad_up_mcp"]).
cd backend && uv run uvicorn app.main:app --reload --port 8000cd mcp-server && SQUAD_UP_API_URL=http://localhost:8000/api uv run python -m squad_up_mcpSee MCP_SERVER_GUIDE.md for the full walkthrough.
FAQs
MCP server for Squad Up - create events, add invitees, potluck, carpool via natural language
We found that squad-up-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.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.