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
By artmann
Installation
npx -y package-registry-mcpConfiguration
{
"mcpServers": {
"package-registry-mcp": {
"command": "npx",
"args": ["-y", "package-registry-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes