Skip to content
Claude Desktop

Dr.Deploy for Claude Desktop

io.github.dr-deploy/drdeploy-mcp

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

client:Claude Desktop transport:stdio runtime:npm

Install Dr.Deploy in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "drdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "env": {
        "DRDEPLOY_TOKEN": "<DRDEPLOY_TOKEN>",
        "DRDEPLOY_API_HOST": "<DRDEPLOY_API_HOST>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Dr.Deploy in other clients