taskade

:rainbow: Taskade MCP

Community taskade
Updated

πŸ€– 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.

: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: [email protected]

MCP Server Β· Populars

MCP Server Β· New

    nteract

    semiotic

    A data visualization for AI and Streaming

    Community nteract
    rixinhahaha

    Snip

    A macOS menu-bar screenshot tool with annotation, AI-powered organization, and semantic search. Built with Electron and Ollama. Featured on Product Hunt: https://www.producthunt.com/products/snip-ai-powered-macos-screenshot-tool

    Community rixinhahaha
    blitzdotdev

    Blitz

    Blitz mac app

    Community blitzdotdev
    mozilla

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community mozilla
    lyonzin

    Knowledge RAG

    Local RAG System for Claude Code β€” Hybrid search + Cross-encoder Reranking + Markdown-aware Chunking + 12 MCP Tools. No external servers, pure ONNX in-process.

    Community lyonzin