Skip to content
VS Code

restful api dev mcp for VS Code

io.github.mrfentmen/restful-api-dev-mcp

Test objects from restful-api.dev. No key required.

client:VS Code transport:stdio runtime:npm

Install restful api dev mcp in VS Code

.vscode/mcp.json

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

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

restful api dev mcp in other clients