MCP Directory

arvindand/maven-tools-mcp

GitHub
Developer 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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y maven-tools-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from arvindand/maven-tools-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route arvindand/maven-tools-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add maven-tools-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use arvindand/maven-tools-mcp directly without routing

npx -y maven-tools-mcp

New to Agent-CoreX? View setup guide →

arvindand/maven-tools-mcp MCP Server — Agent-CoreX