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
Paperless-MCP
An MCP server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
Logseq MCP Tools
An MCP server that allows AI agents to interact with a local Logseq instance.
PostalForm MCP
Mail real letters from agents: PDF β checkout β status.
notebooklm MCP
Chat with Google NotebookLM via MCP or HTTP REST API for zero-hallucination answers from your docs. Perfect for n8n workflows and automation.
iTerm MCP
Provides access to your iTerm session, requiring iTerm2 and Node.js.
Itemit
A simple notes system for Itemit, built with TypeScript.
Google Calendar
Interact with Google Calendar APIs to manage events and calendars.
Claude Desktop
Integrates Amoga Studio with Claude Desktop for enhanced productivity and communication.
Todoist
Manage Todoist projects, sections, tasks, and labels using natural language with AI assistants.
Jira MCP Server
An MCP server for interacting with the Jira API to manage projects, issues, and workflows.