This MCP (Model Context Protocol) server makes managing your Render.com account refreshingly easy. Skip the endless clicking, just connect it to your favorite MCP client (like Claude app or windsurf/cursor), tell your LLM what you want done, and let it handle your Render services for you. Deployment management without the UI hassle, because you’ve got better things to do.
Render is a cloud hosting platform offering a simplified way to build, deploy, and scale applications and websites.
<service name>
.<service name>
.<service name>
.<service name>
, <env key>
= <env value>
.To integrate this server with the MCP client (ex: claude app, windsurf/cursor, cline), add the following to your app's server configuration:
{
"mcpServers": {
"render": {
"command": "npx",
"args": [
"-y",
"mcp-render"
],
"env": {
"RENDER_API_KEY": "<YOUR_RENDER_API_KEY>"
}
}
}
}
Use MCP inspector tool to test MCP server -> MCP Inspector
Use command:
npx @modelcontextprotocol/inspector -e RENDER_API_KEY=<YOUR_RENDER_API_KEY> node build/index.js
Contributions are welcome! Here's how you can help:
Report Bugs
Suggest a new capability
Submit Pull Requests
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Seamless access to top MCP servers powering the future of AI integration.