Back to MCP Servers

Package Version

An MCP Server to help LLMs suggest the latest stable package versions when writing code.

developer-toolsllm

Installation

npx -y mcp-package-version

Configuration

{
  "mcpServers": {
    "mcp-package-version": {
      "command": "npx",
      "args": ["-y", "mcp-package-version"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub