A MCP server that returns the latest stable versions of packages you use as dependencies in a variety of ecosystems, such as Python, NPM, Go, or
If you already use Package Version Check MCP, the package version check mcp mcp server is the piece that lets your assistant work with it directly. A MCP server that returns the latest stable versions of packages you use as dependencies in a variety of ecosystems, such as Python, NPM, Go, or GitHub Actions.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_latest_package_versions — Fetches the latest versions of packages from various ecosystemsget_github_action_versions_and_args — Fetches the latest versions and metadata for GitHub Actions hosted on github.comget_supported_tools — Returns a list of all tool names supported by the get_latest_tool_versions MCP toolget_latest_tool_versions — Fetches the latest stable versions of development and DevOps tools supported by mise-en-placePrerequisites — The Prerequisites tool exposed by this serverSetup — On a new machine, create a venv for Poetry (in path /.poetry), and one for the project itself (in path /.venv), e.g. viaBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Package Version Check MCP's toolset — get_latest_package_versions, get_github_action_versions_and_args, get_supported_tools and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mshekow; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_latest_package_versions | Fetches the latest versions of packages from various ecosystems. |
| get_github_action_versions_and_args | Fetches the latest versions and metadata for GitHub Actions hosted on github.com. |
| get_supported_tools | Returns a list of all tool names supported by the get_latest_tool_versions MCP tool. |
| get_latest_tool_versions | Fetches the latest stable versions of development and DevOps tools supported by mise-en-place. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | On a new machine, create a venv for Poetry (in path <project-root>/.poetry), and one for the project itself (in path <project-root>/.venv), e.g. via C:\Users\USER\AppData\Local\Programs\Python\Python312\python.exe -m ven |
{
"mcpServers": {
"package-version-check": {
"command": "uvx",
"args": ["package-version-check-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.