artmann/package-registry-mcp
MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
Quick Start
Clone the repository:
git clone https://github.com/artmann/package-registry-mcpClaude Desktop configuration example:
{
"mcpServers": {
"package-registry-mcp": {
"command": "npx",
"args": [
"-y",
"artmann/package-registry-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.