registryx-mcp-server

bhayanak/registryx-mcp-server
★ 0 stars TypeScript 🔍 Search Updated 6d ago
Unified interface to multiple package registries — npm, PyPI, Maven Central, and crates.io — through a single MCP server. Search packages, get version details, check dependencies, compare versions, and assess package health
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "registryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/registryx-mcp-server"
      ]
    }
  }
}