Maven
БесплатноНе проверенEnables searching Maven Central artifacts, retrieving versions, and analyzing dependencies via natural language.
Описание
Enables searching Maven Central artifacts, retrieving versions, and analyzing dependencies via natural language.
README
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.
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.js
Publishing
This package is automatically published to GitHub Packages when a new release is created. To publish manually:
npm run build
npm publish
Make sure you have the proper permissions in the @awin organization.
License
MIT - see LICENSE
Установка Maven
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/IvanMikhailenka/maven-mcpFAQ
Maven MCP бесплатный?
Да, Maven MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Maven?
Нет, Maven работает без API-ключей и переменных окружения.
Maven — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Maven в Claude Desktop, Claude Code или Cursor?
Открой Maven на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Maven with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
