clawwork for Grok
io.github.gammell53/clawwork
AI agent project management — task boards, progress tracking, and cost reporting.
client:Grok
transport:stdio
runtime:npm
Install clawwork in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clawwork": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawwork/mcp"
],
"env": {
"CLAWWORK_API_KEY": "<CLAWWORK_API_KEY>",
"CLAWWORK_PROJECT_ID": "<CLAWWORK_PROJECT_ID>"
}
}
}
}
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