Enterprise DNA
M MCP Servers Developer low

artmann/package-registry-mcp

by Various

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

A

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-packages
  • get-npm-package-details
  • list-npm-package-versions
  • search-cargo-packages
  • get-cargo-package-details
  • list-cargo-package-versions
  • search-nuget-packages
  • get-nuget-package-details
  • list-nuget-package-versions
  • get-pypi-package-details
  • list-pypi-package-versions
  • get-golang-package-details
  • list-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
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks