Render Useful MCP for Claude Desktop
io.github.lusrodri/render-useful-mcp
MCP server for the Render Public API: all 207 endpoints plus workflow tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install Render Useful MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"render-useful-mcp": {
"command": "npx",
"args": [
"-y",
"render-useful-mcp"
],
"env": {
"RENDER_API_KEY": "<RENDER_API_KEY>",
"RENDER_WORKSPACE_ID": "<RENDER_WORKSPACE_ID>",
"RENDER_MCP_TOOLSETS": "<RENDER_MCP_TOOLSETS>",
"RENDER_MCP_READ_ONLY": "<RENDER_MCP_READ_ONLY>",
"RENDER_MCP_DYNAMIC_TOOLSETS": "<RENDER_MCP_DYNAMIC_TOOLSETS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs