Skip to content
Cursor

dog mcp for Cursor

io.github.mrfentmen/dog-mcp

Dogs in one place: breed list, random photos by breed, breed image sets, facts, and random...

client:Cursor transport:stdio runtime:npm

Install dog mcp in Cursor

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

{
  "mcpServers": {
    "dog-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dog-mcp"
      ]
    }
  }
}

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

dog mcp in other clients