Taskade
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
: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:
π 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.comTechnologyFrameworkβ 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
Related Servers
MCP Handoff Server
Manages AI agent handoffs with structured documentation and seamless task transitions.
Dovetail
Connect AI tools to the Dovetail API for user research and customer feedback analysis.
iMCP
A macOS app that connects your digital life with AI, providing access to Calendar, Contacts, Location, Maps, Messages, Reminders, and Weather services.
Scrapbox MCP
A simple notes system server for the Model Context Protocol, providing resources, tools, and prompts.
Jira
An MCP server for interacting with Jira's REST API to manage projects, issues, and users.
FullScope-MCP
An MCP server for content summarization, supporting web scraping, file reading, and direct model calls.
MCP-PDF2MD
A high-performance service to convert PDFs from local files or URLs into Markdown using the Mistral AI OCR API.
TickTick
Manage tasks, projects, and habits using the TickTick API.
Beancount MCP
Execute Beancount queries and submit transactions to a ledger.
GetUTC
Provides the current UTC time from multiple verified sources.