An MCP server that provides tools for checking Maven dependency versions
Maven MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. An MCP server that provides tools for checking Maven dependency versions.
An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions. This server enables LLMs to verify Maven dependencies and retrieve their latest versions from Maven Central Repository.
Once Maven is connected, these are the calls the assistant has available:
get_latest_release — Retrieves the latest stable release version of a Maven dependency. By default, this excludes pre-release versions (alpha, beta, milestone, RCcheck_maven_version_exists — Checks if a specific version of a Maven dependency exists. The version can be provided either in the dependency string or as a separate parameterlist_maven_versions — Lists Maven dependency versions in deploy order, most recent first, with optional pre-release filtering and depth control. Output is one version permcp-maven-deps on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Maven's toolset — get_latest_release, check_maven_version_exists, list_maven_versions — is a fair guide to whether it matches your workflow. It is maintained by Bigsy; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_latest_release | Retrieves the latest stable release version of a Maven dependency. By default, this excludes pre-release versions (alpha, beta, milestone, RC, snapshot) to ensure you get production-ready versions. |
| check_maven_version_exists | Checks if a specific version of a Maven dependency exists. The version can be provided either in the dependency string or as a separate parameter. |
| list_maven_versions | Lists Maven dependency versions in deploy order, most recent first, with optional pre-release filtering and depth control. Output is one version per line. |
{
"mcpServers": {
"maven": {
"command": "npx",
"args": ["-y", "mcp-maven-deps"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.