squad up for Grok
io.github.hrandhawa02/squad_up
Create events, add invitees, manage potlucks and carpools via natural language.
client:Grok
transport:stdio
runtime:pypi
Install squad up in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"squad_up": {
"type": "stdio",
"command": "uvx",
"args": [
"squad-up-mcp"
],
"env": {
"SQUAD_UP_API_URL": "<SQUAD_UP_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs