Skip to content
VS Code

apis guru mcp for VS Code

io.github.mrfentmen/apis-guru-mcp

Browse the APIs.guru directory of public APIs with metadata and versions. No key required.

client:VS Code transport:stdio runtime:npm

Install apis guru mcp in VS Code

.vscode/mcp.json

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

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

apis guru mcp in other clients