Skip to content
Claude Desktop

Deps Dev for Claude Desktop

io.github.pipeworx-io/deps-dev

deps.dev MCP — Google's package metadata + dependency graph API.

client:Claude Desktop transport:streamable-http

Install Deps Dev in Claude Desktop

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

{
  "mcpServers": {
    "deps-dev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/deps-dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Deps Dev in other clients