Catalog
io.github.hrandhawa02/squad_up
OfficialCreate events, add invitees, manage potlucks and carpools via natural language.
Create and manage events, invitees, potlucks, and carpools via natural language.
README not available yet.
Install
Configuration
Environment variables
SQUAD_UP_API_URLBase URL of your Squad Up API (e.g. https://your-backend.url/api)
claude_desktop_config.json
{
"mcpServers": {
"squad_up": {
"command": "uvx",
"args": [
"squad-up-mcp"
],
"env": {
"SQUAD_UP_API_URL": "<YOUR_SQUAD_UP_API_URL>"
}
}
}
}