Maven Repository MCP Server
@Yanick-Salzmann
About Maven Repository MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mvn-repository-mcp-server": {
"command": "node",
"args": [
"dist/index.js",
"stdio"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Maven Repository MCP Server?
A Model Context Protocol server that provides comprehensive functionality to search and interact with Maven artifacts from mvnrepository.com and Maven Central. It is designed for AI assistants and developers who need to discover dependencies, retrieve versions, fetch POM files, and generate dependency snippets for Maven, Gradle, and SBT.
How to use Maven Repository MCP Server?
Install Node.js 18+, clone the repository, run npm install and npm run build. Start the server with npm start (default stdio transport) or use npm run start:sse for SSE on port 3000. Invoke tools like search_maven_artifacts, get_artifact_versions, get_pom_xml, and get_dependency_snippets via MCP client.
Key features of Maven Repository MCP Server
- Search Maven artifacts by keyword with detailed results
- Retrieve all available versions for any artifact
- Generate dependency snippets for Maven, Gradle, and SBT
- Fetch complete POM.xml files from Maven Central
- Support both stdio and SSE transport protocols
- Built-in intelligent rate limiting
Use cases of Maven Repository MCP Server
- Help users find appropriate Maven dependencies
- Assist with dependency version selection and updates
- Generate dependency blocks for different build tools
- Quickly find Maven artifacts without opening a browser
- Examine POM files and dependency structures
FAQ from Maven Repository MCP Server
What transport protocols does the server support?
The server supports stdio (default) and SSE (Server-Sent Events) protocols. Use npm run start:stdio or npm run start:sse to select.
How can I change the SSE port?
When running in SSE mode, use the --port flag, for example node dist/index.js sse --port 8080.
What rate limiting is implemented?
The server enforces a minimum of 3 seconds between requests, adds a random 2-6 second delay, and automatically retries with exponential backoff when it receives 403 errors.
What are the timeout settings?
Default request timeout is 30 seconds, Maven Central POM requests timeout after 15 seconds, and a maximum of 3 retry attempts are made for failed requests.
How do I enable debug mode?
Set the environment variable DEBUG=mvn-repository-mcp-server before starting the server, for example DEBUG=mvn-repository-mcp-server npm start.
More Version Control MCP servers
AIO-MCP Server
athapongπ All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Linear MCP Server
clinea private MCP server for accessing Linear
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Comments