maven-mcp-server

maven-mcp-server

3.4

If you are the rightful owner of maven-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server for checking Maven dependency versions, enabling LLMs to verify and retrieve the latest versions from Maven Central Repository.

The Maven Dependencies MCP Server is a tool designed to facilitate the verification and retrieval of Maven dependency versions. It allows users to query the latest versions of dependencies, verify their existence, and check specific versions using full Maven coordinates. The server supports real-time access to Maven Central Repository data and is compatible with various build tool formats such as Maven, Gradle, SBT, and Mill. Installation can be done globally via npm or directly using npx, and it offers two transport modes: stdio and SSE for both local and remote access. The server is equipped with error handling capabilities to manage invalid dependencies, API issues, and malformed responses.

Features

  • Query the latest version of any Maven dependency
  • Verify if a Maven dependency exists
  • Check if a specific version of a dependency exists
  • Support for full Maven coordinates including packaging and classifier
  • Real-time access to Maven Central Repository data