awssam/mcp-swagger
MCP (Model Context Protocol) server for exposing Swagger/OpenAPI documentation to AI models like Claude. This tool allows AI assistants to explore, understand, and interact with your API documentation seamlessly.
Platform-specific configuration:
{
"mcpServers": {
"mcp-swagger": {
"command": "npx",
"args": [
"-y",
"mcp-swagger"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...