MCP Server - Build Tools
@thepragmatik
关于 MCP Server - Build Tools
An Model Context Protocol based Server for build tools for the JVM.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"maven-tools": {
"command": "<path-to-java-home-directory>/bin/java",
"args": [
"-jar",
"-Dmaven.home=<path-to-maven-home-directory>",
"<path-to-the-mcp-maven-server.jar>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server - Build Tools?
MCP Server - Build Tools is a Model Context Protocol server that lets users interact with Apache Maven using natural language. It is designed for developers who want a simple, intuitive way to invoke Maven builds without remembering specific plugins, goals, or arguments.
How to use MCP Server - Build Tools?
Install by adding the server to your MCP client configuration (e.g., Claude Desktop). Use the provided JSON block to specify the Java executable, Maven home, and the JAR file path. Restart the client, then submit build tasks in natural language.
Key features of MCP Server - Build Tools
- Simple to use with any MCP client and LLM.
- Supports Apache Maven (only build tool currently).
- No need to remember plugins, goals, or arguments.
- Invokes builds using natural language commands.
Use cases of MCP Server - Build Tools
- Build a Maven project by describing the task in plain English.
- Run Maven goals without manually typing long command lines.
- Integrate with Claude Desktop or Goose for conversational build automation.
FAQ from MCP Server - Build Tools
What can MCP Server - Build Tools do?
It exposes Maven build tools through MCP, allowing users to build projects using natural language instead of remembering exact Maven commands.
Which build tools are supported?
Currently only Apache Maven is supported. Future support for other build tools is possible if there is interest.
What are the prerequisites?
You need Java 21 or later, Maven installed, and an MCP client such as Claude Desktop or Goose. A local LLM is optional if using Goose.
How do I set it up for Claude Desktop?
Edit the claude_desktop_config.json file (on macOS at ~/Library/Application Support/Claude/claude_desktop_config.json) to add the server configuration with paths to Java, Maven home, and the JAR file. Restart Claude.
Does MCP Server - Build Tools require internet or an API key?
No internet or API keys are mentioned; the server runs locally using your own Maven installation and Java runtime.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论