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 every paid Taskade plan.
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 every paid Taskade plan - Starter, Pro, Business, Max, and Enterprise, the mobile equivalents, and legacy paid and lifetime tiers. It is the one switch the free plan does not carry. 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.