Skip to content
VS Code

Swagger MCP for VS Code

com.smartbear/swagger-mcp

MCP server for AI access to Swagger by SmartBear.

client:VS Code transport:streamable-http

Install Swagger MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "swagger-mcp": {
      "type": "http",
      "url": "https://swagger.mcp.smartbear.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Swagger MCP in other clients