Skip to content
Cursor

restful api dev mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install restful api dev mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

restful api dev mcp in other clients