Connect Taskade to any AI assistant β 62 tools: projects, tasks, agents, agent chat, webhooks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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-powered Taskade agent running inside Claude Desktop by Anthropic:
| Build Agents via MCP | Automate Workflows | Manage Projects |
|---|---|---|
![]() | ![]() | ![]() |
| Create, train, deploy AI agents from Claude/Cursor | Build multi-step automations across 100+ services | Full workspace management from your AI assistant (paid plans; some endpoints gated on free) |
β‘ Prefer a hosted option?
https://www.taskade.com/mcpis the OAuth-protected Genesis App MCP β a separate hosted surface from this Workspace MCP server. See its guide to learn what it does and whether it fits your use case. To read and write your workspace content (projects, tasks, agents) as described below, use the Workspace MCP server (this package).
Taskade speaks MCP through three surfaces β this repo is the first one:
| I want to⦠| Use | Where / auth |
|---|---|---|
| Have my AI client read & write my projects, tasks, agents | Workspace MCP β this repo (@taskade/mcp-server) | Local stdio Β· personal token Β· most plans |
| Edit my published app's code from my IDE | Genesis App MCP | Hosted Β· OAuth 2.0 (https://www.taskade.com/mcp) Β· Business+ |
| Let my agents reach Slack / Shopify / Gmail | MCP Connectors | Hosted, in-product |
Go to Taskade Settings > API and create a Personal Access Token.
Add to your claude_desktop_config.json:
Add to your Cursor MCP settings:
Add to ~/.codeium/windsurf/mcp_config.json (or Settings β Cascade β MCP β Add Server):
In VS Code, open the Cline MCP Servers panel β Configure MCP Servers and add:
Add a .vscode/mcp.json to your workspace (VS Code uses the servers key; ${input:β¦} prompts for your key on first run):
The server starts at http://localhost:3000 (configure with PORT env var). Connect via SSE at http://localhost:3000/sse?access_token=your-api-key.
| Tool | Description |
|---|---|
workspacesGet | List all workspaces |
workspaceFoldersGet | List folders in a workspace |
workspaceCreateProject | Create a project in a workspace |
| Tool | Description |
|---|---|
projectGet | Get project details |
projectCreate | Create a new project |
projectCopy | Copy a project to a folder |
projectComplete | Mark project as completed |
projectRestore | Restore a completed project |
projectMembersGet | List project members |
projectFieldsGet | Get custom fields for a project |
projectShareLinkGet | Get the share link |
projectShareLinkEnable | Enable the share link |
projectBlocksGet | Get all blocks in a project |
projectTasksGet | Get all tasks in a project |
folderProjectsGet | List projects in a folder |
| Tool | Description |
|---|---|
taskGet | Get task details |
taskCreate | Create one or more tasks |
taskPut | Update a task |
taskDelete | Delete a task |
taskComplete | Mark task as complete |
taskUncomplete | Mark task as incomplete |
taskMove | Move a task within a project |
taskAssigneesGet | Get task assignees |
taskPutAssignees | Assign users to a task |
taskDeleteAssignees | Remove assignees |
taskGetDate | Get task due date |
taskPutDate | Set task due date |
taskDeleteDate | Remove task due date |
taskNoteGet | Get task note |
taskNotePut | Update task note |
taskNoteDelete | Delete task note |
taskFieldsValueGet | Get all field values |
taskFieldValueGet | Get a specific field value |
taskFieldValuePut | Set a field value |
taskFieldValueDelete | Delete a field value |
Create, manage, and publish autonomous AI agents with custom knowledge and tools.
| Tool | Description |
|---|---|
folderAgentGenerate | Generate an AI agent from a text prompt |
folderCreateAgent | Create an agent with custom configuration |
folderAgentGet | List agents in a folder |
agentGet | Get agent details |
agentUpdate | Update agent configuration |
deleteAgent | Delete an agent |
agentPublicAccessEnable | Publish agent publicly |
agentPublicGet | Get public agent details |
agentPublicUpdate | Update public agent settings |
agentKnowledgeProjectCreate | Add a project as agent knowledge |
agentKnowledgeMediaCreate | Add media as agent knowledge |
agentKnowledgeProjectRemove | Remove project from knowledge |
agentKnowledgeMediaRemove | Remove media from knowledge |
agentConvosGet | List agent conversations |
agentConvoGet | Get conversation details |
publicAgentGet | Get agent by public ID |
| Tool | Description |
|---|---|
folderProjectTemplatesGet | List available project templates |
projectFromTemplate | Create a project from a template |
| Tool | Description |
|---|---|
mediasGet | List media files in a folder |
mediaGet | Get media details |
mediaDelete | Delete a media file |
| Tool | Description |
|---|---|
meProjectsGet | List all your projects |
Capabilities the v1 API doesn't have: hold a live conversation with an AI agent, and receive real-time events.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-server-162)<a href="https://allmcps.com/mcp/mcp-server-162"><img src="https://allmcps.com/api/badge/mcp-server-162?style=directory" alt="Taskade MCP on AllMCPs" /></a>