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.
How to use it
list_maven_versions is exposed by the Maven MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list_maven_versions tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Maven MCP Server
npx mcp-maven-depsOther tools in Maven MCP Server (2)
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.
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.