Taskade MCP

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.

People who work with no code automation, workflow and workflows and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 164 · #24 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Taskade MCP

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 --transport http https://www.taskade.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "taskade-mcp": {
      "url": "https://www.taskade.com/mcp"
    }
  }
}

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

https://www.taskade.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

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 · remote - your agent's requests go to www.taskade.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

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 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 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

Taskade MCP is maintained by taskade. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
automation - ranked #24 of 227 actively-maintained automation servers as of 2026-09-18.
registry
io.github.taskade/mcp-server (active, first published 2026-06-27 · 3 versions)
packages
npm:@taskade/mcp-server

06 · Taskade MCP FAQ

Is Taskade MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17. We re-verify nightly.

What can Taskade MCP 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?

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 require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Taskade MCP

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 · Tavily MCP · Runno · Tmdb MCP Server · see all