HomeOther › Taskade MCP

Taskade MCP

Hosted OAuth MCP at https://www.taskade.com/mcp, or local @taskade/mcp-server.

Official TypeScript Remote
★ 165 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://www.taskade.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://www.taskade.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://www.taskade.com/mcp"
    }
  }
}

Package (npm 0.1.2)

npx -y @taskade/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@taskade/[email protected]"
      ],
      "env": {
        "TASKADE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TASKADE_API_KEY required secret — Your Taskade API key. Get it from Taskade Settings > API.

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry