mcp
by taskade·★ 148·Score 49
Taskade MCP server provides 50+ tools for project management, AI agents, and workflows integration with AI assistants.
Overview
Taskade MCP is an official Model Context Protocol server that connects Taskade to AI assistants like Claude, Cursor, Windsurf, and n8n. It offers comprehensive workspace management tools including projects, tasks, AI agents, knowledge bases, templates, and automations. The server includes two main packages: the MCP server for connecting Taskade to AI clients, and an OpenAPI codegen tool for generating MCP tools from any OpenAPI specification.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Taskade MCP if you already use Taskade for project management and want to integrate AI assistants directly with your workspace, or if you need to generate MCP tools from OpenAPI specifications.
When NOT to choose this
Don't choose Taskade MCP if you don't use Taskade, as this requires both a Taskade account and API key to function properly.
Tools this server exposes
12 tools extracted from the READMEworkspacesGetList all workspaces
projectCreateCreate a new project
taskCreateCreate one or more tasks
taskPutUpdate a task
folderCreateAgentCreate an agent with custom configuration
agentKnowledgeProjectCreateAdd a project as agent knowledge
projectFromTemplateCreate a project from a template
mediasGetList media files in a folder
meProjectsGetList all your projects
agentUpdateUpdate agent configuration
taskCompleteMark task as complete
agentPublicAccessEnablePublish agent publicly
Comparable tools
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": ["-y", "@taskade/mcp-server"],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": ["-y", "@taskade/mcp-server"],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}HTTP / SSE Mode (for n8n, custom clients)
TASKADE_API_KEY=your-api-key npx @taskade/mcp-server --httpThe server starts at http://localhost:3000. Connect via SSE at http://localhost:3000/sse?access_token=your-api-key.
FAQ
- What makes Taskade MCP different from other MCP servers?
- Taskade MCP is unique for combining AI agent management (create, train, deploy agents), knowledge base training (attach docs, projects, media), and OpenAPI codegen (generate MCP tools from any API spec) in one package.
- Can I use Taskade MCP with other AI assistants besides Claude?
- Yes, Taskade MCP supports multiple AI clients including Cursor, Windsurf, n8n, and any MCP-compliant application through HTTP/SSE mode.
Compare mcp with
Last updated · Auto-generated from public README + GitHub signals.