taskade/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.
🤖 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. - taskade/mcp
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
npm install --dev @taskade/mcp-openapi-codegen @readme/openapi-parser