Taskade MCP Server
Connect Taskade to any AI assistant - Claude, Cursor, Windsurf, VS Code, and more - via the Model Context Protocol. Its 40 documented tools cluster into workspaces get, workspace folders get, workspace create project, project get. It runs locally over stdio via the published package.
People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-07-29 · ★ 165 · #33 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Taskade MCP Server
before you install - you'll need
TASKADE_API_KEY
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add taskade-mcp -- npx -y @taskade/mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"taskade-mcp": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @taskade/mcp-server - published under the repo owner's npm scope (@taskade)
registry namespace io.github.taskade is GitHub-verified and matches the repo owner
03 · What Taskade MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list all workspaces, list folders in a workspace, create a project in a workspace, and get project details.
Capability map
Tools grouped from the project's README - what Taskade MCP Server lets an agent do.
Workspaces Get
1 tool - e.g. List all workspaces
workspacesGet
Workspace Folders Get
1 tool - e.g. List folders in a workspace
workspaceFoldersGet
Workspace Create Project
1 tool - e.g. Create a project in a workspace
workspaceCreateProject
Project Get
1 tool - e.g. Get project details
projectGet
Project Create
1 tool - e.g. Create a new project
projectCreate
Project Copy
1 tool - e.g. Copy a project to a folder
projectCopy
Project Complete
1 tool - e.g. Mark project as completed
projectComplete
Project Restore
1 tool - e.g. Restore a completed project
projectRestore
Latest releases
v0.0.3 · 2026-06-10
shorten server.json description for MCP Registry · add changeset for v0.0.2 release · release · exclude sensitive files from npm package, sync versions · switch to OIDC trusted publishing for npm · Why Taskade MCP…
v0.0.1 · 2026-02-13
Taskade MCP Server v0.0.1 · Connect Taskade to any AI assistant - 62+ tools for workspaces, projects, tasks, AI agents, templates, media, sharing, and more. · 62 MCP tools covering the full Taskade API surface · AI…
04 · Who maintains Taskade MCP Server
mcp-server is maintained by taskade. It's the only MCP server we track from this author; the repo dates to May 2025.
05 · Facts
- repository
- github.com/taskade/mcp
- category
- automation - ranked #33 of 194 actively-maintained automation servers as of 2026-08-25.
- release cadence
- 1 release in the last 90 days (latest 2026-06-10)
- registry
- io.github.taskade/mcp-server (active, first published 2026-06-27 · 2 versions)
- packages
- npm:@taskade/mcp-server
06 · Taskade MCP Server FAQ
Is Taskade MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-29 and it shipped 1 release in the last 90 days. We re-verify nightly.
What can Taskade MCP Server do?
With this server connected, an agent can list all workspaces, list folders in a workspace, create a project in a workspace, and get project details.
How do I install Taskade MCP Server?
Run `npx -y @taskade/mcp-server`. The README documents one environment variable (TASKADE_API_KEY) to set first. You can also paste the ready-made client config above.
Does Taskade MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Taskade MCP Server
Alternatives to Taskade MCP Server
Maintained automation servers if Taskade MCP Server isn't the fit.
- Claude Flow AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev. ★ 69,309 · 2026-08-24
- GitHub Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. ★ 32,478 · 2026-08-25
- Windows MCP An MCP Server for computer-use in Windows OS ★ 6,808 · 2026-08-22
- Ha MCP Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants. ★ 4,503 · 2026-08-24
- Stripe Agent Toolkit MCP server integrating with Stripe - tools for customers, products, payments, and more. ★ 1,760 · 2026-08-22
- Tooluniverse 2,500+ scientific tools for AI scientists: life science, research, literature, and more. ★ 1,655 · 2026-08-20
More automation MCP servers · Asuswrt MCP · Skill of Skills · Hermes Action Bridge · X Openapi Flow MCP · Snapstate
More TypeScript MCP servers · Plumb MCP · Sfcc Dev MCP · Runno · Tmdb MCP Server · Telnyx · see all