DevelopmentTypeScript
mcp
Official Taskade MCP server: connect Taskade’s API to any MCP-compatible client (e.g. Claude or Cursor), enabling workspace loading, task retrieval, and interactive operations.
N/A rating (0 reviews)0 installs120 GitHub stars
aiai-agentai-agentsautonomous-agentsintegrationsmcpmcp-servermcp-toolsmodel-context-protocolmodel-context-protocol-servermodel-context-protocol-serversno-code-automationopenapiopenapi-codegenopenapi3productivitytaskadeworkflowworkflow-automationworkflows
Official Taskade MCP server: connect Taskade’s API to any MCP-compatible client (e.g. Claude or Cursor), enabling workspace loading, task retrieval, and interactive operations.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-7": {
"args": [
"-y",
"@modelcontextprotocol/server-mcp-7"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.