Skip to content
Claude Desktop

nexus for Claude Desktop

io.github.addozhang/nexus

Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts

client:Claude Desktop transport:stdio runtime:pypi

Install nexus 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": {
    "nexus": {
      "command": "uvx",
      "args": [
        "nexus-mcp-server"
      ],
      "env": {
        "NEXUS_BASE_URL": "<NEXUS_BASE_URL>",
        "NEXUS_USERNAME": "<NEXUS_USERNAME>",
        "NEXUS_PASSWORD": "<NEXUS_PASSWORD>"
      }
    }
  }
}

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

nexus in other clients