๐ค 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 MCP server exists for a simple reason โ assistants are far more useful when they can act on ๐ Taskade MCP directly instead of describing what you should do. ๐ค 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.
MCP-powered Taskade agent running inside Claude Desktop by Anthropic:
Once ๐ Taskade MCP is connected, these are the calls the assistant has available:
promptAgent โ Send a message to an AI agent and get its replylistConversations โ List an agent's conversationsgetConversation โ Get a conversation's messagessubscribeWebhook โ Subscribe to real-time Taskade event webhooksunsubscribeWebhook โ Remove a webhook subscriptionSetup โ Write HTTP client, handle auth, parse JSONInterface โ Code against endpointsChaining โ Manual orchestrationWorkspaces โ The Workspaces tool exposed by this serverProjects โ The Projects tool exposed by this serverTasks โ The Tasks tool exposed by this serverTemplates โ The Templates tool exposed by this serverYou will need one environment variable: TASKADE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" โ permissions, credentials, and how much of your context its toolset consumes. ๐ Taskade MCP's toolset โ promptAgent, listConversations, getConversation and 11 more โ is a fair guide to whether it matches your workflow. It is maintained by taskade; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| promptAgent | Send a message to an AI agent and get its reply |
| listConversations | List an agent's conversations |
| getConversation | Get a conversation's messages |
| subscribeWebhook | Subscribe to real-time Taskade event webhooks |
| unsubscribeWebhook | Remove a webhook subscription |
| Setup | Write HTTP client, handle auth, parse JSON |
| Interface | Code against endpoints |
| Chaining | Manual orchestration |
| Workspaces | The Workspaces tool exposed by this server. |
| Projects | The Projects tool exposed by this server. |
| Tasks | The Tasks tool exposed by this server. |
| Templates | The Templates tool exposed by this server. |
| Media | The Media tool exposed by this server. |
| Personal | The Personal tool exposed by this server. |
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": ["-y", "@taskade/mcp-server"],
"env": {
"TASKADE_API_KEY": "your-api-key-here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TASKADE_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI โ customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs โ the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account โ balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server โ commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.