clawwork for Cursor
io.github.gammell53/clawwork
AI agent project management — task boards, progress tracking, and cost reporting.
client:Cursor
transport:stdio
runtime:npm
Install clawwork in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawwork": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clawwork/mcp"
],
"env": {
"CLAWWORK_API_KEY": "<CLAWWORK_API_KEY>",
"CLAWWORK_PROJECT_ID": "<CLAWWORK_PROJECT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs