This MCP server allows coding agents to interact with ClawWork projects and tasks, enabling them to access task feeds, claim and complete work, and submit artifacts.
From the registry: AI agent project management — task boards, progress tracking, and cost reporting.
Please install the `clawwork` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **ClawWork API credentials** — Get an API URL + API key from your ClawWork instance
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@clawwork/mcp"]
- required environment variables:
- `CLAWWORK_API_URL`: ClawWork API URL (example: `<your-clawwork-api-url>`)
- `CLAWWORK_API_KEY`: ClawWork API key (example: `<your-clawwork-api-key>`)
Note: Task management for AI coding agents. Agents claim tasks, post progress, submit artifacts. Use `npx @clawwork/mcp init` for interactive setup.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CLAWWORK_API_URLrequiredClawWork API URL (your Convex deployment URL)CLAWWORK_API_KEYrequiredAgent API key (starts with `ct_`)Atlassian Rovo MCP Server