maven-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@maven-mcpget latest version of org.springframework.boot:spring-boot-starter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Maven MCP Server
MCP server for Maven Central - search artifacts, check versions, and analyze dependencies.
Installation
Prerequisites
You need to authenticate with GitHub Packages. See SETUP.md for detailed instructions.
Quick Setup
Add to your MCP settings (~/.cursor/mcp.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"maven-mcp": {
"command": "npx",
"args": ["-y", "@awin/maven-mcp"]
}
}
}Note: Make sure you have configured GitHub Packages authentication before running this command.
Related MCP server: Maven Package README MCP Server
Tools
getLibraryVersions
Get all available versions for a Maven artifact.
{ "groupId": "org.springframework.boot", "artifactId": "spring-boot-starter" }getLatestVersion
Get only the latest version.
{ "groupId": "org.springframework.boot", "artifactId": "spring-boot-starter" }searchArtifacts
Search Maven artifacts by keyword.
{ "query": "spring-boot", "limit": 5 }getDependencies
Get dependencies for a specific version.
{ "groupId": "org.springframework.boot", "artifactId": "spring-boot-starter", "version": "3.3.0" }compareVersions
Compare dependencies between versions.
{ "groupId": "org.springframework.boot", "artifactId": "spring-boot-starter", "fromVersion": "3.2.0", "toVersion": "3.3.0" }Features
Real-time data from Maven Central (no indexing delays)
Direct queries to maven-metadata.xml
Search, version lookup, and dependency analysis
Development
npm install
npm run build
node dist/index.jsPublishing
This package is automatically published to GitHub Packages when a new release is created. To publish manually:
npm run build
npm publishMake sure you have the proper permissions in the @awin organization.
License
MIT - see LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IvanMikhailenka/maven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server