java-project-starter-mcp

brunoborges/java-project-starter-mcp
★ 2 stars Java 📦 Other Updated 11mo ago
MCP Server for starting new projects
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "java-project-starter": {
      "command": "npx",
      "args": [
        "-y",
        "brunoborges/java-project-starter-mcp"
      ]
    }
  }
}