mcp-server-spring-java

mtwn105/mcp-server-spring-java
★ 6 stars Java 📦 Other Updated 2mo ago
MCP Server using Spring Boot Java
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": {
    "mcp-server-spring-ja": {
      "command": "npx",
      "args": [
        "-y",
        "mtwn105/mcp-server-spring-java"
      ]
    }
  }
}