Back to MCP Servers

Package Registry

MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages.

developer-toolsgo

Installation

npx -y package-registry-mcp

Configuration

{
  "mcpServers": {
    "package-registry-mcp": {
      "command": "npx",
      "args": ["-y", "package-registry-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub