Odel
Render Useful MCP

Render Useful MCP

Local
@lusrodriTypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrender-useful-mcpv1.4.0

Run

npx -y render-useful-mcp

MCP client config

{
  "mcpServers": {
    "render-useful-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "render-useful-mcp"
      ]
    }
  }
}