Skip to content
VS Code

mcp openapi for VS Code

io.github.infoinlet-marketplace/mcp-openapi

Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.

client:VS Code transport:stdio runtime:npm

Install mcp openapi in VS Code

.vscode/mcp.json

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

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

mcp openapi in other clients