Odel
mcp

mcp

Local
@taskade163TypeScriptMITUpdated 1w ago

Connect Taskade to any AI assistant — 62 tools: projects, tasks, agents, agent chat, webhooks.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@taskade/mcp-serverv0.1.1

Run

npx -y @taskade/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@taskade/mcp-server"
      ]
    }
  }
}