|
2 | 2 |
|
3 | 3 | # Taskade MCP Server |
4 | 4 |
|
| 5 | +> The **Workspace MCP** (`@taskade/mcp-server`) β run your Taskade workspace from any AI client. |
| 6 | +
|
5 | 7 | **Connect [Taskade](https://www.taskade.com) to any AI assistant β Claude, Cursor, Windsurf, VS Code, and more β via the [Model Context Protocol](https://modelcontextprotocol.io/).** |
6 | 8 |
|
7 | 9 | [](https://www.npmjs.com/package/@taskade/mcp-server) |
@@ -45,7 +47,7 @@ MCP-powered Taskade agent running inside Claude Desktop by Anthropic: |
45 | 47 | | Build Agents via MCP | Automate Workflows | Manage Projects | |
46 | 48 | |:---:|:---:|:---:| |
47 | 49 | | <img src="https://raw.githubusercontent.com/taskade/taskade/main/media/agents/agent-generator.gif" width="280" alt="Create AI agents from your IDE via Taskade MCP"> | <img src="https://raw.githubusercontent.com/taskade/taskade/main/media/automations/automation-flows.gif" width="280" alt="Automate workflows via Taskade MCP"> | <img src="https://raw.githubusercontent.com/taskade/taskade/main/media/genesis/create-app.gif" width="280" alt="Manage projects and apps via Taskade MCP"> | |
48 | | -| Create, train, deploy AI agents from Claude/Cursor | Build multi-step automations across 100+ services | Full workspace management from your AI assistant | |
| 50 | +| Create, train, deploy AI agents from Claude/Cursor | Build multi-step automations across 100+ services | Full workspace management from your AI assistant *(paid plans; some endpoints gated on free)* | |
49 | 51 |
|
50 | 52 | --- |
51 | 53 |
|
@@ -279,7 +281,7 @@ Capabilities the v1 API doesn't have: hold a live conversation with an AI agent, |
279 | 281 |
|
280 | 282 | ## Why Taskade MCP? |
281 | 283 |
|
282 | | -Taskade MCP gives your AI assistant **full access to your workspace** β projects, tasks, agents, knowledge bases, templates, and automations. Instead of writing API code, describe what you need in natural language. |
| 284 | +Taskade MCP gives your AI assistant **access to your workspace** β projects, tasks, agents, knowledge bases, templates, and automations (on paid plans; some endpoints such as workspace listing are gated for free accounts). Instead of writing API code, describe what you need in natural language. |
283 | 285 |
|
284 | 286 | ``` |
285 | 287 | ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
@@ -503,6 +505,8 @@ Works with any OpenAPI 3.0+ spec. Generate MCP tools for your own APIs in minute |
503 | 505 | - Templates: [taskade.com/templates](https://www.taskade.com/templates) |
504 | 506 | - Community: [taskade.com/community](https://www.taskade.com/community) |
505 | 507 | - Developer Docs: [docs.taskade.com](https://docs.taskade.com) |
| 508 | +- **Workspace MCP guide:** https://github.com/taskade/docs/blob/main/apis-living-system-development/workspace-mcp.md |
| 509 | +- **Genesis App MCP guide** (a different, hosted surface): https://github.com/taskade/docs/blob/main/apis-living-system-development/genesis-app-mcp.md |
506 | 510 | - Blog: [taskade.com/blog](https://www.taskade.com/blog) |
507 | 511 |
|
508 | 512 | --- |
|
0 commit comments