Skip to content
VS Code

mcp openapi runner for VS Code

io.github.saurav61091/mcp-openapi-runner

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

client:VS Code transport:stdio runtime:npm

Install mcp openapi runner in VS Code

.vscode/mcp.json

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

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

mcp openapi runner in other clients