ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use NPM Registry with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search and inspect the NPM registry. query package metadata, check versions, and explore the JavaScript ecosystem directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete NPM Registry capability set.

These are the exact actions your AI can choose when you ask it to work with NPM Registry.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through NPM Registry.

  1. 01

    Get package version

    Get metadata for a specific version of an NPM package

  2. 02

    Search packages

    Supports qualifiers like author:name, maintainer:name, keywords:word, is:unstable, not:insecure. Search for packages in the NPM registry

  3. 03

    Get package

    Get metadata for an NPM package

  4. 04

    Get registry meta

    Get information about the NPM registry instance

Observed, not estimated

865ms average. Fast in production.

NPM Registry is checked daily against the live service.

Daily averagePeak 1035ms
Aug 20Today
Fastest day
678ms
Slowest day
1035ms
14-day trend
Stable+4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of NPM Registry, so you can see the experience inside your AI.

It does not authenticate your account with NPM Registry. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

NPM Registry Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_otpZ68Nu8EhWCNWBS61r97Vlz9kXy1MwTNZ2GMP2/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — NPM Registry capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "npm-registry-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_otpZ68Nu8EhWCNWBS61r97Vlz9kXy1MwTNZ2GMP2/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions NPM Registry owners ask.

  • 01

    Can I check the latest version of a package and its dependencies?

    Yes! Use the get_package_version capability with the version set to 'latest'. It will return the full metadata including dependencies, scripts, and engine requirements for that specific release.

  • 02

    How do I search for packages by a specific author or keyword?

    You can use the search_packages capability. It supports qualifiers in the text field like 'author:name' or 'keywords:word', and allows you to weight results by quality, popularity, or maintenance.

  • 03

    Is it possible to get a faster, smaller response for package metadata?

    Yes, when using the get_package capability, you can set the abbreviated parameter to true. This requests a 'packument' with less data, which is ideal for quick version checks or faster response times.