Skip to content
VS Code

openapi for VS Code

io.github.docat0209/openapi

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

client:VS Code transport:stdio runtime:npm

Install openapi in VS Code

.vscode/mcp.json

{
  "servers": {
    "openapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}

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

openapi in other clients