Render MCP Server

Render.com MCP server for AI assistants

Local serverstdio

What is the Render MCP MCP server?

Most cloud and infrastructure work still happens through a UI a human drives. Render MCP MCP server moves it into the conversation instead. Render.com MCP server for AI assistants.

The short version

Deploy to Render.com directly through AI assistants.

  • List all services and get details of a specific service
  • Create services: generic create_service plus typed create_web_service,
  • Deploy, restart, and delete services
  • Manage environment variables and custom domains
  • Get deployment history, get a single deploy, and cancel an in-progress deploy
  • List workspaces, get workspace details, and select a default workspace so

Getting it running

@niyogi/render-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

What it needs from you

Configuration is passed through the environment: RENDER_API_KEY, YOUR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by niyogi; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

How to install the Render MCP MCP server

{
  "mcpServers": {
    "render": {
      "command": "npx",
      "args": ["-y", "@niyogi/render-mcp"],
      "env": {
        "RENDER_API_KEY": "your-value",
        "YOUR_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
RENDER_API_KEYCredential the server authenticates with.Yes
YOUR_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

It connects Render MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Render MCP directly.