Skip to content
Cline

maven tools mcp for Cline

io.github.arvindand/maven-tools-mcp

JVM dependency intelligence for AI assistants via Maven Central

client:Cline transport:stdio runtime:oci

Install maven tools mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "maven-tools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arvindand/maven-tools-mcp:latest"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

maven tools mcp in other clients