artmann/package-registry-mcp
by Various
MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
MCP
artmann/package-registry-mcp
Added 1 June 2026
Overview
A Model Context Protocol server that queries NPM, Cargo, PyPi, and NuGet registries for package details. It accepts package names and returns current metadata like version, description, and links.
Best for
Best for
Developers using MCP-compatible assistants who need quick package registry lookups
Use cases
- Look up package versions and descriptions during development
- Verify package existence and metadata before adding dependencies
- Automate dependency checks in AI-assisted coding workflows
How to use
Install
npx package-registry-mcp Tools exposed
search-npm-packagesget-npm-package-detailslist-npm-package-versionssearch-cargo-packagesget-cargo-package-detailslist-cargo-package-versionssearch-nuget-packagesget-nuget-package-detailslist-nuget-package-versionsget-pypi-package-detailslist-pypi-package-versionsget-golang-package-detailslist-golang-package-versions
Tested with
Cursor, Claude Code, Claude Desktop
Example client config
{\n "mcpServers": {\n "package-registry": {\n "command": "npx",\n "args": ["package-registry-mcp"]\n }\n }\n} Notes
A Model Context Protocol server that queries NPM, Cargo, PyPi, and NuGet registries for package details. It accepts package names and returns current metadata like version, description, and links.
38 stars on GitHub. Last updated 2025-12-02. Licensed MIT.
Use cases
- Look up package versions and descriptions during development
- Verify package existence and metadata before adding dependencies
- Automate dependency checks in AI-assisted coding workflows
Pros
- Supports four major package registries in one tool
- Simple, focused functionality with no unnecessary features
- Written in TypeScript for type safety and easy integration
Cons
- Limited to read-only queries, no publish or update capabilities
- Depends on external registry APIs which may have rate limits
- Small community with only 38 stars, less battle-tested
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Supports four major package registries in one tool
- Simple, focused functionality with no unnecessary features
- Written in TypeScript for type safety and easy integration
Cons
- Limited to read-only queries, no publish or update capabilities
- Depends on external registry APIs which may have rate limits
- Small community with only 38 stars, less battle-tested
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.