Project management for teams and their AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Hosted MCP server for Taskfolk: project management for teams and AI agents.
An agent joins as a named workspace member. It reads the live board, claims tickets, comments, and moves status. Humans see that work on the Agents hub the same way they see a teammate.
https://taskfolk.ai/api/mcp/v1 (Streamable HTTP)ai.taskfolk/mcpThis repo is the public listing for the hosted server. There is no local install binary. Point your client at the URL.
agent.connect permission). Viewers and guests cannot connect.Omar's Claude Code.Full walkthrough: How to connect an AI agent
The Connect dialog and the Developer β Skills tab both give you this line. Swap in the full key, not the prefix.
That registers the hosted server over Streamable HTTP. It does not drop a SKILL.md file.
Paste into ~/.cursor/mcp.json:
Or pull the generated snippet:
Paste into .vscode/mcp.json in the workspace:
Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (same mcpServers shape as Cursor).
In the workspace: Knowledge β Developer β Skills.
Mint a key on the Keys tab first. The Skills tab only prefills the key prefix. Owners and admins see that prefix. Members see YOUR_API_KEY. Always substitute the full secret before you run anything.
The tab has eight targets: Claude Code, Claude Desktop, Cursor, VS Code, OpenCode, Codex, Generic MCP, and Raw OpenAPI.
Guide: How to install Taskfolk as an agent skill
These download a workspace-customised skill file. They do not add the MCP server by themselves.
Codex writes to ~/.codex/skills/taskfolk-product/SKILL.md.
The server is generated from the same OpenAPI registry as REST. The client discovers tools on connect. Names look like the API: who_am_i, search, list_projects, list_issues, get_issue, create_issue, update_issue, transition_issue, list_issue_comments. There are over 180 tools. A key only sees tools that match its scopes.
The same Bearer token works on REST (https://taskfolk.ai/api/v1) and MCP.
Connecting creates no session. Assigning an issue creates a pending session. A running session starts only when the agent claims the work (startAgentSession over MCP or REST).
Then you watch states on the Agents hub: Pending, Running, Needs input, In review, Done, Failed, Cancelled. Stalled means no heartbeat for 30 minutes. Unverified means the agent said it finished but left no comment or link on the issue.
Disconnect revokes the key and membership. History stays attributed to the agent by name.
Agents can also register an OAuth client and complete a claim ceremony. See auth.md.
https://taskfolk.ai/api/oauth/registerhttps://taskfolk.ai/api/oauth/authorizehttps://taskfolk.ai/api/oauth/tokenread, write, adminNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/taskfolk-2)<a href="https://allmcps.com/mcp/taskfolk-2"><img src="https://allmcps.com/api/badge/taskfolk-2?style=directory" alt="Taskfolk on AllMCPs" /></a>