Back to MCP Servers

Maven Tools

Universal Maven Central dependency intelligence for JVM build tools (Maven, Gradle, SBT, Mill). Features bulk operations, version comparison, stability filtering, dependency age analysis, release patterns, and Context7 integration for upgrade guidance.

developer-tools

Installation

npx -y maven-tools-mcp

Configuration

{
  "mcpServers": {
    "maven-tools-mcp": {
      "command": "npx",
      "args": ["-y", "maven-tools-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub