Skip to content

Swagger Mcp Tool

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}