clickup for Grok
io.github.taazkareem/clickup
Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup.
client:Grok
transport:stdio
runtime:npm
Install clickup in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clickup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<DOCUMENT_SUPPORT>"
}
}
}
}
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