sammcj/mcp-package-version
An MCP Server to help LLMs suggest the latest stable package versions when writing code.
Quick Start
Clone the repository:
git clone https://github.com/sammcj/mcp-package-versionClaude 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.