Unofficial MCP server exposing every endpoint of the Render Public API as a tool, generated from Render's OpenAPI document.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"render-useful-mcp": {
"command": "npx",
"args": [
"-y",
"LuSrodri/render-useful-mcp"
]
}
}
}
Run in terminal:
claude mcp add render-useful-mcp npx -y LuSrodri/render-useful-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"render-useful-mcp": {
"command": "npx",
"args": [
"-y",
"LuSrodri/render-useful-mcp"
]
}
}
}