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.
https://www.taskade.com/mcpOAuth 2.0 (PKCE) — see /.well-known/oauth-protected-resource/mcp for discovery metadata. Available on Taskade Business, Mobile Business, Max, and Enterprise plans.
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"
}
}
}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.
MCP clients authenticate via OAuth 2.0 with PKCE. Discovery metadata is published at:
https://www.taskade.com/.well-known/oauth-protected-resource/mcpToken endpoint, dynamic client registration, and authorization server metadata follow RFC 9728 and RFC 8414.