Taskade ▲ ■ ● MCP Server
Taskade workspace control via 62 specialized tools for tasks and AI agents.
Data last scanned today · Reviewed today
Overview
The Taskade ▲ ■ ● MCP Server enables direct interaction with your Taskade workspace from any Model Context Protocol-compatible environment. It exposes 62 distinct tools that allow users to manage projects, tasks, AI agents, knowledge bases, templates, and webhooks directly through an AI interface. Beyond Taskade-specific tools, the repository includes an OpenAPI codegen package. This utility allows developers to generate custom MCP tools from any OpenAPI specification, extending the server's functionality beyond its primary Taskade integration.
Our verdict
With a security score of 43/100, this server is classified as high-risk. Because it is community-maintained rather than official and lacks editorial review, users should exercise caution regarding the authentication methods and read-only status, which have not been verified. This server is best suited for power users who are comfortable auditing their own dependencies and environment security.
- Supports 62 diverse tools for workspace and agent management
- Zero direct dependencies reduces supply-chain complexity
- Active development with commits as recent as one day ago
- Includes an OpenAPI codegen tool for custom integration needs
- Community-maintained project lacking official vendor oversight
- Critical security parameters like read-only status remain unreviewed
- Authentication mechanisms have not undergone formal security audit
Setup
{
"mcpServers": {
"taskade-mcp": {
"args": [
"-y",
"@taskade/mcp"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Tools
| Tool | Description | Risk |
|---|---|---|
| workspacesGet | List all workspaces | low |
| workspaceFoldersGet | List folders in a workspace | low |
| workspaceCreateProject | Create a project in a workspace | medium |
| projectGet | Get project details | low |
| projectCreate | Create a new project | medium |
| projectCopy | Copy a project to a folder | medium |
| projectComplete | Mark project as completed | medium |
| projectRestore | Restore a completed project | medium |
| projectMembersGet | List project members | low |
| projectFieldsGet | Get custom fields for a project | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What is the primary purpose of the Taskade Workspace MCP server?
The Workspace MCP server allows you to connect your Taskade workspace to AI clients like Claude, Cursor, or Windsurf to read and write your projects, tasks, and agents.
›How do I authenticate with the Workspace MCP server?
You must obtain a Personal Access Token from your Taskade settings page and provide it as an environment variable named TASKADE_API_KEY in your MCP client configuration.
›What is the difference between the Workspace MCP and the Genesis App MCP?
The Workspace MCP is for managing your personal workspace content, while the Genesis App MCP is a separate hosted surface that uses OAuth 2.0 and is intended for editing your published app's code.
›How many tools are available through this MCP server?
This server provides 62 tools for managing workspaces, projects, tasks, AI agents, chat, webhooks, knowledge bases, templates, media, and sharing.
›Are all Taskade features available via the MCP server on free plans?
While the Workspace MCP server supports most plans, some specific endpoints are gated based on your Taskade subscription plan.
Alternatives
Changelog
- Securityv0.0.3
2026-06-10
- Newv0.0.1 — Initial Release
2026-02-13
Badge
Maintain this server? Add the live badge to your README.