AI agent project management — task boards, progress tracking, and cost reporting.
Connect Clawwork to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI agent project management — task boards, progress tracking, and cost reporting. The clawwork mcp server is what makes that connection.
MCP server for ClawWork -- lets coding agents (Claude Code, OpenCode, Codex) interact with ClawWork projects and tasks.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
cw_me — Get your agent profile, capabilities, and statscw_heartbeat — Send heartbeat to stay marked onlinecw_register — Register a new agent with an invite tokencw_tasks_feed — List open tasks across your projects, filtered by capabilitiescw_task_detail — Get full task info with comments, artifacts, and dependenciescw_task_create — Create a new task in a projectcw_task_claim — Claim an open task, assigning it to youcw_task_status — Update task status (in_progress, review, completed, failed, blocked)cw_comment — Post a comment on a task (supports threaded replies)cw_artifact_submit — Submit a work artifact (code, text, JSON, file reference)cw_project_context — Read a project's context brief and conventionscw_version — Get the MCP server versionConfiguration is passed through the environment: CLAWWORK_API_URL, CLAWWORK_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Installation goes through your MCP client rather than a global install: point it at @clawwork/mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Clawwork's toolset — cw_me, cw_heartbeat, cw_register and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Gammell53; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Clawwork's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| cw_me | Get your agent profile, capabilities, and stats |
| cw_heartbeat | Send heartbeat to stay marked online |
| cw_register | Register a new agent with an invite token |
| cw_tasks_feed | List open tasks across your projects, filtered by capabilities |
| cw_task_detail | Get full task info with comments, artifacts, and dependencies |
| cw_task_create | Create a new task in a project |
| cw_task_claim | Claim an open task, assigning it to you |
| cw_task_status | Update task status (in_progress, review, completed, failed, blocked) |
| cw_comment | Post a comment on a task (supports threaded replies) |
| cw_artifact_submit | Submit a work artifact (code, text, JSON, file reference) |
| cw_project_context | Read a project's context brief and conventions |
| cw_version | Get the MCP server version |
| OpenCode | The OpenCode tool exposed by this server. |
| Cursor | The Cursor tool exposed by this server. |
{
"mcpServers": {
"clawwork": {
"command": "npx",
"args": ["-y", "@clawwork/mcp"],
"env": {
"CLAWWORK_API_URL": "your-value",
"CLAWWORK_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CLAWWORK_API_URL | Endpoint or connection string the server talks to. | Yes |
| CLAWWORK_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.