Swagger Mcp Tool
Freeby MCP Community
Swagger MCP tool that provides Swagger/OpenAPI document query capabilities for AI assistants and MCP clients.
v0.0.3Added Apr 12, 2026
mcpswaggeraitools
Swagger Mcp Tool MCP Server
Swagger MCP tool that provides Swagger/OpenAPI document query capabilities for AI assistants and MCP clients.
Installation
npx -y swagger-mcp-tool
Reviews
Installation
Quick install
npx -y swagger-mcp-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"swagger-mcp-tool": {
"command": "npx",
"args": ["-y", "swagger-mcp-tool"]
}
}
}