Integrations
Supports creating new static sites on Render from GitHub repositories, allowing deployment of web applications stored in GitHub directly to the Render platform.
Enables deployment and management of services on Render.com, including listing services, getting service details, deploying services, creating new services, deleting services, viewing deployment history, managing environment variables, and configuring custom domains.
Render MCP Server
Deploy to Render.com directly through AI assistants.
This MCP (Model Context Protocol) server allows AI assistants like Claude to interact with the Render API, enabling deployment and management of services on Render.com.
Features
- List all services in your Render account
- Get details of a specific service
- Deploy services
- Create new services
- Delete services
- Get deployment history
- Manage environment variables
- Manage custom domains
Installation
Configuration
- Get your Render API key from Render Dashboard
- Configure the MCP server with your key:
Alternatively, you can run node bin/render-mcp.js configure
without the --api-key
flag to be prompted for your API key.
Usage
Starting the Server
Checking Configuration
Running Diagnostics
Note: If you've installed the package globally, you can also use the shorter commands:
Using with Different AI Assistants
Using with Cline
- Add the following to your Cline MCP settings file:Copy
- Restart Cline for the changes to take effect
- You can now interact with Render through Claude:Copy
Using with Windsurf/Cursor
- Install the render-mcp package:Copy
- Configure your API key:Copy
- Start the MCP server in a separate terminal:Copy
- In Windsurf/Cursor settings, add the Render MCP server:
- Server Name: render
- Server Type: stdio
- Command: node
- Arguments: ["/path/to/render-mcp/bin/render-mcp.js", "start"]
- You can now use the Render commands in your AI assistant
Using with Claude API Integrations
For custom applications using Claude's API directly:
- Ensure the render-mcp server is running:Copy
- In your application, when sending messages to Claude via the API, include the MCP server connections in your request:Copy
- Claude will now be able to interact with your Render MCP server
Example Prompts
Here are some example prompts you can use with Claude once the MCP server is connected:
- "List all my services on Render"
- "Deploy my web service with ID srv-123456"
- "Create a new static site on Render from my GitHub repo"
- "Show me the deployment history for my service"
- "Add an environment variable to my service"
- "Add a custom domain to my service"
Development
Building from Source
Running Tests
License
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Interact with Render (https://render.com) and easily deploy your services
- Features
- Installation
- Configuration
- Usage
- Using with Different AI Assistants
- Example Prompts
- Development
- License
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.Last updated -8881,495TypeScriptMIT License
- AsecurityAlicenseAqualityServer for interacting with Meilisearch through LLM interfaces like Claude.Last updated -2148PythonMIT License
- -securityAlicense-qualityA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.Last updated -5TypeScriptMIT License
- AsecurityAlicenseAqualityA server that leverages Cloudflare Browser Rendering to extract and process web content for use as context in LLMs, offering tools for fetching pages, searching documentation, extracting structured content, and summarizing content.Last updated -43TypeScriptMIT License