Package Registry MCP Server
A Model Context Protocol (MCP) server that enables AI assistants and agents (Claude, Cursor, Copilot, etc.) to search package registries and retrieve up-to-date package information.
Getting Started
Cursor
Alternatively, in Cursor, you can configure MCP servers in your settings:
- Open Cursor Settings (
Cmd/Ctrl + ,) - Search for "MCP" or go to Extensions > MCP
- Add a new server with:
- Name:
package-registry - Command:
npx - Args:
["package-registry-mcp"]
- Name:
Claude Code
For Claude Code, run the following command in your terminal:
claude mcp add -s user package-registry npx package-registry-mcp
After configuration, you'll have access to package search and information tools.
Claude Desktop
Add this server to your Claude Desktop by adding the following to your
claude_desktop_config.json:
{
"mcpServers": {
"package-registry": {
"command": "npx",
"args": ["package-registry-mcp"]
}
}
}The config file is typically located at:






