Skip to content
Cursor

Render Useful MCP for Cursor

io.github.lusrodri/render-useful-mcp

MCP server for the Render Public API: all 207 endpoints plus workflow tools.

client:Cursor transport:stdio runtime:npm

Install Render Useful MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "render-useful-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "render-useful-mcp"
      ],
      "env": {
        "RENDER_API_KEY": "<RENDER_API_KEY>",
        "RENDER_WORKSPACE_ID": "<RENDER_WORKSPACE_ID>",
        "RENDER_MCP_TOOLSETS": "<RENDER_MCP_TOOLSETS>",
        "RENDER_MCP_READ_ONLY": "<RENDER_MCP_READ_ONLY>",
        "RENDER_MCP_DYNAMIC_TOOLSETS": "<RENDER_MCP_DYNAMIC_TOOLSETS>"
      }
    }
  }
}

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

Render Useful MCP in other clients