https://github.com/taskade/mcp
π€ Taskade MCP
https://github.com/taskade/mcp
ai mcp mcp-server productivity
Last synced: 6 days ago
JSON representation
π€ Taskade MCP
- Host: GitHub
- URL: https://github.com/taskade/mcp
- Owner: taskade
- License: mit
- Created: 2025-05-26T01:57:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-30T22:24:41.000Z (8 months ago)
- Last Synced: 2025-05-31T09:14:02.523Z (8 months ago)
- Topics: ai, mcp, mcp-server, productivity
- Language: TypeScript
- Homepage:
- Size: 312 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-mcp - taskade/mcp
- awesome-mcp-servers - **mcp** - π€ Taskade MCP Β· Official MCP server and OpenAPI to MCP codegen. Build AI agent tools from any OpenAPI API and connect to Claude, Cursor, and more. `api` `http` `git` `github` `ai` `npm install taskade/mcp` (π¦ Other)
- awesome-mcp-servers - Taskade - time through a unified workspace and API. (Official Servers)
- awesome-mcp-servers - Taskade MCP - Official Taskade MCP server + OpenAPI β MCP codegen to build AI agent tools from any API and connect Taskade to Claude, Cursor, and more. (βοΈ <a name="workflow-automation"></a>Workflow Automation)
- awesome-mcp-servers - taskade/mcp - compatible client (e.g. Claude or Cursor), enabling workspace loading, task retrieval, and interactive operations. (β Project & Task Management)
README
# :rainbow: Taskade MCP
All things related to [Taskade](https://taskade.com/)'s MCP (Model Context Protocol) initiatives.
- [Official MCP server](https://github.com/taskade/mcp/tree/main/packages/server) - Connect Taskadeβs API to any MCP-compatible client like Claude or Cursor.
- [OpenAPI Codegen](https://github.com/taskade/mcp/tree/main/packages/openapi-codegen) - Generate MCP tools from any OpenAPI schema in minutes.
## β‘ Taskade MCP Demo
MCP-powered Taskade agent running inside Claude Desktop by Anthropic:

## π Codegen for OpenAPI
Use our generator to build MCP tools from any OpenAPI spec.
```bash
npm install --dev @taskade/mcp-openapi-codegen @readme/openapi-parser
```
Script example:
```ts
import { dereference } from '@readme/openapi-parser';
import { codegen } from '@taskade/mcp-openapi-codegen';
const document = await dereference('taskade-public.yaml');
await codegen({
path: 'src/tools.generated.ts',
document,
});
```
---
## π What is Taskade?
Taskade ([YC S19](https://www.ycombinator.com/companies/taskade)) is building the execution layer for AI β a unified workspace to deploy agents, automate workflows, and get work done.
- Deploy autonomous agents with memory and tools
- Automate tasks and workflows (no-code)
- Chat, plan, and collaborate in real-time
- Integrate via API, OpenAPI, or MCP
Developer docs:
Try:
More at
---
## π Roadmap
* `agent.js` β Open-source autonomous agent toolkit: Coming soon.
* `TaskOS` β Agent platform at [https://developers.taskade.com](https://developers.taskade.com)
* `TechnologyFramework` β Future [home](https://technologyframework.com/) for open agentic standards and extensions
---
## π€ Contribute
Help us improve MCP tools, OpenAPI workflows, and agent capabilities.
Community: [https://www.taskade.com/community](https://www.taskade.com/community)
GitHub: [https://github.com/taskade](https://github.com/taskade)
Contact: [hello@taskade.com](mailto:hello@taskade.com)