Skip to content
Cursor

taskrabbit for Cursor

io.github.markswendsen-code/taskrabbit

MCP server for TaskRabbit - let AI agents book home services and taskers

client:Cursor transport:stdio runtime:npm

Install taskrabbit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "taskrabbit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-taskrabbit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

taskrabbit in other clients