MCP server

Render

MCP

Official Render MCP. Services and deploys.

@render-oss/mcp. Preview, deploy, and logs for the workspace the key opens.

latest·MIT·Updated this quarter·github.com/render-oss/render-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "render": {
      "command": "npx",
      "args": [
        "-y",
        "@render-oss/render-mcp"
      ],
      "env": {
        "RENDER_API_KEY": "…"
      }
    }
  }
}

By Render

Spec

What the server actually exposes.

  • list_services

    read

    Services in the workspace.

  • logs

    read

    Service logs.

  • deploy

    write

    Trigger a deploy after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

render-mcp.mcp/tools

Tools

  • list_services

    Services in the workspace.

    read
  • logs

    Service logs.

    read
  • deploy

    Trigger a deploy after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_services",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.