clickup mcp for Grok
io.github.cvrt-jh/clickup-mcp
Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)
client:Grok
transport:stdio
runtime:npm
Install clickup mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clickup-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cavort-it-systems/clickup-mcp"
],
"env": {
"CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
}
}
}
}
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