Back to MCP Servers
Package Version
An MCP Server to help LLMs suggest the latest stable package versions when writing code.
developer-toolsllm
By sammcj
Installation
npx -y mcp-package-versionConfiguration
{
"mcpServers": {
"mcp-package-version": {
"command": "npx",
"args": ["-y", "mcp-package-version"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes