TechBloom-ai/swaggbot
SwaggBot is an open-source, self-hosted tool that transforms Swagger/OpenAPI documentation into conversational interfaces. Built with Next.js, it provides both a web UI and MCP (Model Context Protocol) server for seamless integration with local AI assistants like Claude Desktop, Cursor, and others.
Platform-specific configuration:
{
"mcpServers": {
"swaggbot": {
"command": "npx",
"args": [
"-y",
"swaggbot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...