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

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

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