Skip to main content
Developer ToolsTypeScript

artmann/package-registry-mcp

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

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/artmann/package-registry-mcp

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
artmann