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).
Run
npx -y render-useful-mcp
MCP client config
{
"mcpServers": {
"render-useful-mcp": {
"command": "npx",
"args": [
"-y",
"render-useful-mcp"
]
}
}
}