Skip to main content
Developer ToolsJava

Neo1228/spring-boot-starter-swagger-mcp

Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation.

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Neo1228/spring-boot-starter-swagger-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "spring-boot-starter-swagger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Neo1228/spring-boot-starter-swagger-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Java
Author
Neo1228