Maven Tools MCP

Maven Tools MCP Server gives MCP-capable clients a practical way to inspect JVM dependencies using live Maven Central data.

People who need cloud infrastructure tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Java.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 31 · #90 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · Java · how we verify → /methodology

01 · Install Maven Tools MCP

before you install - you'll need

CONTEXT7_API_KEY is optional or environment-specific per the README.

Docker

docker run -i --rm docker.io/arvindand/maven-tools-mcp:latest

Claude Desktop - add to config

{
  "mcpServers": {
    "arvindand-maven-tools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arvindand/maven-tools-mcp:latest"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.arvindand is GitHub-verified and matches the repo owner

03 · What Maven Tools MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.1 · 2026-08-19

STDIO Transport Fix - the java -jar path documented in docs/setup.md started cleanly and · then never answered a request. stdio is now the default transport. · Thanks @senor14 for the contribution :) · Added · MCP…

v3.2.0 · 2026-07-13

Owned POM Upgrade Targets - extends the POM-aware upgrade path to platform-managed and build · plugin dependency versions that are directly editable in the caller's POM. · Added · Root dependency-management upgrade…

v3.1.2 · 2026-07-08

Parallel STDIO Reliability Patch - prevents concurrent MCP tool completions from dropping a · JSON-RPC response and leaving agents waiting until timeout. · Changed · GitHub Actions refresh: upgraded the official…

04 · Who maintains Maven Tools MCP

maven-tools-mcp is maintained by arvindand. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
cloud infrastructure - ranked #90 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-19)
registry
io.github.arvindand/maven-tools-mcp (active, first published 2025-12-31 · 16 versions)
packages
oci:docker.io/arvindand/maven-tools-mcp:latest

06 · Maven Tools MCP FAQ

What is Maven Tools MCP?

Maven Tools MCP Server gives MCP-capable clients a practical way to inspect JVM dependencies using live Maven Central data.

Is Maven Tools MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Maven Tools MCP?

Run `docker run -i --rm docker.io/arvindand/maven-tools-mcp:latest`. The README documents one environment variable (CONTEXT7_API_KEY) to set first. CONTEXT7_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to Maven Tools MCP