๐ค 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.
Quick Install
Copy the config for your editor. Some servers may need additional setup โ check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"taskade/mcp"
]
}
}
}
Run in terminal:
claude mcp add mcp npx -y taskade/mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"taskade/mcp"
]
}
}
}