Taskade
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Ads
Overview
> The Workspace MCP (@taskade/mcp-server) — run your Taskade workspace from any AI client. Connect Taskade to any AI assistant — Claude, Cursor, Windsurf, VS Code, and more — via the Model Context Protocol. 62 tools for workspaces, projects, tasks, AI agents, agent chat, webhooks, knowledge bases, templates, media, and sharing — all from your AI client. - MCP Server — Connect Taskade to Claude Desktop, Cursor, Windsurf, or any MCP client. - OpenAPI Codegen — Generate MCP tools from any OpenAPI spec — not just Taskade.
Installation
npx -y @taskade/mcp-server
Configuration
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}Capabilities
- Create and manage projects
Ask your assistant to create projects, copy them, or mark them complete using `projectCreate`, `projectCopy`, and `projectComplete`.
- Work with tasks across projects
Create, update, move, complete, or delete tasks; set due dates and assign team members via `taskCreate`, `taskPut`, `taskMove`, and `taskPutAssignees`.
- Build and deploy AI agents
Generate agents from a prompt with `folderAgentGenerate`, attach knowledge sources like projects or media, and publish them publicly.
- Chat with agents directly
Send messages to an AI agent and receive replies using `promptAgent`, and review conversation history with `getConversation`.
- Automate project creation from templates
List available templates with `folderProjectTemplatesGet` and spin up new projects from them using `projectFromTemplate`.
- Manage workspace structure
List workspaces and folders via `workspacesGet` and `workspaceFoldersGet`, then organize projects into the right locations.
Tags
- task-management
- project-management
- ai-agent
- workflow-automation
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.