mcp

Taskade's MCP (Model Context Protocol) initiatives provide tools for connecting APIs to MCP-compatible clients. It also includes a feature for generating MCP tools from OpenAPI specifications, helping developers streamline their workflows efficiently.

GitHub Stars

61

User Rating

Not Rated

Forks

12

Issues

2

Views

0

Favorites

0

README
:rainbow: Taskade MCP

All things related to Taskade's MCP (Model Context Protocol) initiatives.

  • Official MCP server - Connect Taskade’s API to any MCP-compatible client like Claude or Cursor.
  • OpenAPI Codegen - Generate MCP tools from any OpenAPI schema in minutes.
⚡ Taskade MCP Demo

MCP-powered Taskade agent running inside Claude Desktop by Anthropic:

Image

🛠 Codegen for OpenAPI

Use our generator to build MCP tools from any OpenAPI spec.

npm install --dev @taskade/mcp-openapi-codegen @readme/openapi-parser

Script example:

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) 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: https://developers.taskade.com

Try: https://www.taskade.com/create

More at https://www.taskade.com


🚀 Roadmap
  • agent.js → Open-source autonomous agent toolkit: Coming soon.
  • TaskOS → Agent platform at https://developers.taskade.com
  • TechnologyFramework → Future home for open agentic standards and extensions

🤝 Contribute

Help us improve MCP tools, OpenAPI workflows, and agent capabilities.

Community: https://www.taskade.com/community

GitHub: https://github.com/taskade

Contact: hello@taskade.com

Author Information
Taskade

Taskade (YC S19) is building the execution layer for AI collaboration — deploy agents, automate workflows, and get work done in one unified workspace.

United States of America

176

Followers

35

Repositories

0

Gists

32

Total Contributions

Threads