Taskade MCP
Tools and server for Model Context Protocol workflows and agent integration
Key Features
Use Cases
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:
🛠 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
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
MyMCP Server (All-in-One Model Context Protocol)
Powerful and extensible Model Context Protocol server with developer and productivity integrations.
MyMCP Server is a robust Model Context Protocol (MCP) server implementation that integrates with services like GitLab, Jira, Confluence, YouTube, Google Workspace, and more. It provides AI-powered search, contextual tool execution, and workflow automation for development and productivity tasks. The system supports extensive configuration and enables selective activation of grouped toolsets for various environments. Installation and deployment are streamlined, with both automated and manual setup options available.
- ⭐ 93
- MCP
- nguyenvanduocit/all-in-one-model-context-protocol
Kanboard MCP Server
MCP server for seamless AI integration with Kanboard project management.
Kanboard MCP Server is a Go-based server implementing the Model Context Protocol (MCP) for integrating AI assistants with the Kanboard project management system. It enables users to manage projects, tasks, users, and workflows in Kanboard directly via natural language commands through compatible AI tools. With built-in support for secure authentication and high performance, it facilitates streamlined project operations between Kanboard and AI-powered clients like Cursor or Claude Desktop. The server is configurable and designed for compatibility with MCP standards.
- ⭐ 15
- MCP
- bivex/kanboard-mcp
Mastra
A TypeScript framework for building scalable AI-powered agents and applications.
Mastra is a modern TypeScript-based framework designed for developing AI-powered applications and autonomous agents. It offers model routing to integrate over 40 AI providers, a graph-based workflow engine, advanced context management, and production-ready tools for observability and evaluation. Mastra features built-in support for authoring Model Context Protocol (MCP) servers, enabling standardized exposure of agents, tools, and structured AI resources via the MCP interface.
- ⭐ 18,189
- MCP
- mastra-ai/mastra
Klavis
One MCP server for AI agents to handle thousands of tools.
Klavis provides an MCP (Model Context Protocol) server with over 100 prebuilt integrations for AI agents, enabling seamless connectivity with various tools and services. It offers both cloud-hosted and self-hosted deployment options and includes out-of-the-box OAuth support for secure authentication. Klavis is designed to act as an intelligent connector, streamlining workflow automation and enhancing agent capability through standardized context management.
- ⭐ 5,447
- MCP
- Klavis-AI/klavis
Agentset MCP
Open-source MCP server for Retrieval-Augmented Generation (RAG) document applications.
Agentset MCP provides a Model Context Protocol (MCP) server designed to power context-aware, document-based applications using Retrieval-Augmented Generation. It enables developers to rapidly integrate intelligent context retrieval into their workflows and supports integration with AI platforms such as Claude. The server is easily installable via major JavaScript package managers and supports environment configuration for namespaces, tenant IDs, and tool descriptions.
- ⭐ 22
- MCP
- agentset-ai/mcp-server
TickTick MCP
MCP server for AI-powered TickTick task management integration
TickTick MCP is a Model Context Protocol (MCP) server that enables standardized integration of TickTick's task management features with AI assistants and developer applications. It allows programmatic access to create, update, retrieve, complete, or delete tasks and projects in TickTick via Python. Using this MCP server, AI systems can leverage TickTick's API to help automate and manage user's to-do lists and projects through natural language or other interfaces.
- ⭐ 6
- MCP
- ekkyarmandi/ticktick-mcp
Didn't find tool you were looking for?