MCP.so
Sign In
Servers

Maven Dependencies MCP Server

@Bigsy

An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "maven-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-maven-deps"
      ]
    }
  }
}

More from Other