Overview
The Taskade MCP server lets you connect your Taskade workspace to any MCP-compatible AI tool — Claude Desktop, Cursor, Windsurf, VS Code, and more. Once connected, your AI assistant can browse your workspace as a virtual file system, read projects, agents, and automations, and even edit Taskade Genesis app source code directly.
🔬 Beta: The hosted Taskade MCP server (v6.148.0+) is in beta. You can also use the open-source
@taskade/mcp-servernpm package for a self-hosted option with 50+ tools.
💡 Note: Looking to use external MCP servers inside Taskade? See MCP Connectors instead.
Two Ways to Connect
Taskade offers two MCP server options:
| Option | How It Works | Best For |
|---|---|---|
| Hosted MCP Server (Beta) | Connects directly to Taskade via OAuth 2.0 — no API key needed | Claude Desktop, Cursor, and clients that support OAuth-based MCP |
Open-Source MCP Server (@taskade/mcp-server) |
Runs locally via npx with a Personal Access Token | n8n, custom clients, HTTP/SSE setups |