Neo1228/spring-boot-starter-swagger-mcp
Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation.
Quick Start
Clone the repository:
git clone https://github.com/Neo1228/spring-boot-starter-swagger-mcpClaude 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.