karea mcp for Grok
io.github.starecz/karea-mcp
Karea task manager - 12 tools covering 69 actions, for Claude Code, Cursor, and other MCP clients.
client:Grok
transport:stdio
runtime:npm
Install karea mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"karea-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<KAREA_API_KEY>",
"KAREA_URL": "<KAREA_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