Taskade
Model Context Protocol

Taskade MCP Server

Taskade Genesis exposes a Model Context Protocol server that lets Claude Desktop, Cursor, Claude Code, and any MCP client connect to your Taskade workspaces, projects, agents, and automations.

Server URLhttps://www.taskade.com/mcp

OAuth 2.0 (PKCE) — see /.well-known/oauth-protected-resource/mcp for discovery metadata. Available on Taskade Business, Mobile Business, Max, and Enterprise plans.

Quick install

Claude DesktopCursorClaude CodeWindsurfZed

Config snippet

Paste this into your MCP client config (Claude Desktop's claude_desktop_config.json, Cursor's MCP settings, etc.):

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

What you can do

Plan availability

MCP server access is included on Taskade Business, Mobile Business, Max, and Enterprise plans, plus selected legacy paid and lifetime tiers. Connect with your Taskade account once and your plan entitlements travel with the OAuth token.

Authentication

MCP clients authenticate via OAuth 2.0 with PKCE. Discovery metadata is published at:

https://www.taskade.com/.well-known/oauth-protected-resource/mcp

Token endpoint, dynamic client registration, and authorization server metadata follow RFC 9728 and RFC 8414.