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: artifactory-mcp
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to fetch comprehensive information about Maven packages from Maven Central, including README content, package metadata, dependencies, and search functionality with GitHub integration.8MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to query Maven artifacts in JFrog Artifactory by reusing credentials from ~/.m2/settings.xml and providing tools like getting latest stable versions, listing artifacts, and checking dependency updates.
- AlicenseBqualityCmaintenanceMaven MCP Server enables AI assistants to manage Maven dependencies through natural language, including version checking, security scanning, and dependency analysis.5MIT
- AlicenseBqualityDmaintenanceProvides Maven artifact version resolution with caching, logging, and pre-release filtering for Maven Central.19Apache 2.0
Related MCP Connectors
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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