Skip to content
VS Code

httpbin mcp for VS Code

io.github.mrfentmen/httpbin-mcp

HTTP request testing from HTTPBin. No key required.

client:VS Code transport:stdio runtime:npm

Install httpbin mcp in VS Code

.vscode/mcp.json

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

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

httpbin mcp in other clients