Skip to main content
Developer ToolsTypeScript

sammcj/mcp-package-version

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/sammcj/mcp-package-version

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
sammcj