Skip to content
Claude Desktop

Taskfolk for Claude Desktop

ai.taskfolk/mcp

Project management for teams and their AI agents.

client:Claude Desktop transport:streamable-http

Install Taskfolk in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://taskfolk.ai/api/mcp/v1"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Taskfolk in other clients