spring-io-api-mcp

martinlippert/spring-io-api-mcp
★ 8 stars Java 🔌 API Integration Updated 23d ago
MCP server implementation that serves up-to-date information about projects from api.spring.io
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": {
    "spring-io-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "martinlippert/spring-io-api-mcp"
      ]
    }
  }
}