Swagger/OpenAPI
Freeby Indie Developer
Parse, validate, and generate code from OpenAPI specifications.
v1.0.0Added Mar 10, 2025
swaggeropenapiapidocumentation
Swagger/OpenAPI MCP Server
Parse, validate, and generate code from OpenAPI specifications.
Features
- Spec validation
- Code generation
- Documentation
- Mock servers
- Schema exploration
Installation
{
"mcpServers": {
"swagger": {
"command": "npx",
"args": ["-y", "mcp-swagger"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-swagger
Add to claude_desktop_config.json
{
"mcpServers": {
"swagger/openapi": {
"command": "npx",
"args": ["-y", "mcp-swagger"]
}
}
}