MCP Catalogs
Homemcp screenshot

mcp

by taskade·148·Score 49

Taskade MCP server provides 50+ tools for project management, AI agents, and workflows integration with AI assistants.

productivityai-llmdeveloper-tools
38
Forks
12
Open issues
this month
Last commit
2d ago
Indexed

Overview

Taskade MCP is an official Model Context Protocol server that connects Taskade to AI assistants like Claude, Cursor, Windsurf, and n8n. It offers comprehensive workspace management tools including projects, tasks, AI agents, knowledge bases, templates, and automations. The server includes two main packages: the MCP server for connecting Taskade to AI clients, and an OpenAPI codegen tool for generating MCP tools from any OpenAPI specification.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automating project management workflows through natural language commands
you:Creating and training AI agents with custom knowledge bases from Taskade projects
you:Streamlining team standups and sprint planning using AI-powered task management
you:What makes Taskade MCP different from other MCP servers?
you:Can I use Taskade MCP with other AI assistants besides Claude?

When to choose this

Choose Taskade MCP if you already use Taskade for project management and want to integrate AI assistants directly with your workspace, or if you need to generate MCP tools from OpenAPI specifications.

When NOT to choose this

Don't choose Taskade MCP if you don't use Taskade, as this requires both a Taskade account and API key to function properly.

Tools this server exposes

12 tools extracted from the README
  • workspacesGet

    List all workspaces

  • projectCreate

    Create a new project

  • taskCreate

    Create one or more tasks

  • taskPut

    Update a task

  • folderCreateAgent

    Create an agent with custom configuration

  • agentKnowledgeProjectCreate

    Add a project as agent knowledge

  • projectFromTemplate

    Create a project from a template

  • mediasGet

    List media files in a folder

  • meProjectsGet

    List all your projects

  • agentUpdate

    Update agent configuration

  • taskComplete

    Mark task as complete

  • agentPublicAccessEnable

    Publish agent publicly

Comparable tools

zapier-mcpn8n-mcpworkflow-mcp

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "taskade": {
      "command": "npx",
      "args": ["-y", "@taskade/mcp-server"],
      "env": {
        "TASKADE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "taskade": {
      "command": "npx",
      "args": ["-y", "@taskade/mcp-server"],
      "env": {
        "TASKADE_API_KEY": "your-api-key-here"
      }
    }
  }
}

HTTP / SSE Mode (for n8n, custom clients)

TASKADE_API_KEY=your-api-key npx @taskade/mcp-server --http

The server starts at http://localhost:3000. Connect via SSE at http://localhost:3000/sse?access_token=your-api-key.

FAQ

What makes Taskade MCP different from other MCP servers?
Taskade MCP is unique for combining AI agent management (create, train, deploy agents), knowledge base training (attach docs, projects, media), and OpenAPI codegen (generate MCP tools from any API spec) in one package.
Can I use Taskade MCP with other AI assistants besides Claude?
Yes, Taskade MCP supports multiple AI clients including Cursor, Windsurf, n8n, and any MCP-compliant application through HTTP/SSE mode.

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.