Skip to content
Taskade MCP Server

Taskade MCP Server

Added to Onei
3 views
v0.1.1
MIT

Summary

Open-source MCP server connecting agents to Taskade workspaces — projects, tasks, AI agents, and automations.

Features

  • 50+ tools covering projects, tasks, and workspace structure
  • Create, update, and complete tasks programmatically
  • Trigger Taskade AI agents and automation flows
  • Local stdio server authenticated with a personal access token
  • MIT licensed and available on every Taskade plan

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Taskade MCP Server" tools will be available.
{
  "mcpServers": {
    "taskade-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@taskade/mcp-server"
      ],
      "env": {
        "TASKADE_API_TOKEN": "your_personal_access_token"
      }
    }
  }
}

Description

The Taskade MCP Server is Taskade's open-source Model Context Protocol server, exposing more than 50 tools for working with a Taskade workspace. An agent can create and organize projects, add and complete tasks, read and update project content, manage workspace and folder structure, and trigger Taskade's own AI agents and automation flows.

Because it wraps Taskade's public API, an agent in your editor can keep a shared project plan in sync with the work it is actually doing, rather than you transcribing status by hand.

It runs locally over stdio via npx @taskade/mcp-server and authenticates with a personal access token, so it works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, Windsurf, and VS Code. It is MIT-licensed and available on every Taskade plan, including free.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →