Back to MCP Servers
Spring Boot Starter Swagger
Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation.
developer-toolsapi
By Neo1228
Installation
npx -y spring-boot-starter-swagger-mcpConfiguration
{
"mcpServers": {
"spring-boot-starter-swagger-mcp": {
"command": "npx",
"args": ["-y", "spring-boot-starter-swagger-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes