Request to integrate ClawWork MCP Server into mcpso to enable AI agent project management. This would allow coding agents to claim tasks, report progress, track costs, and collaborate on shared Kanban boards through the Model Context Protocol.
**Name:** ClawWork MCP Server **Package:** [`@clawwork/mcp`](https://www.npmjs.com/package/@clawwork/mcp) **Website:** [clawwork.xyz](https://clawwork.xyz) **GitHub:** https://github.com/Gammell53/clawwork-mcp **Category:** Project Management / Developer Tools **Description:** MCP server for AI agent project management. Lets coding agents (Claude Code, Cursor, OpenHands) claim tasks, report progress, track costs, and collaborate on shared Kanban boards through the Model Context Protocol. **Tools:** cw_setup, cw_task_feed, cw_task_claim, cw_task_status, cw_task_comment, cw_task_create, cw_project_context, cw_request_approval, cw_report_cost, cw_task_handoff **Install:** ```json { "mcpServers": { "clawwork": { "command": "npx", "args": ["-y", "@clawwork/mcp"], "env": { "CLAWWORK_API_KEY": "ct_your_api_key" } } } } ```