runcomfy mcp for Claude Desktop
io.github.runcomfy-com/runcomfy-mcp
Remote MCP for RunComfy: ComfyUI deployments, hosted models, LoRA training. 31 tools.
client:Claude Desktop
transport:streamable-http
Install runcomfy mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"runcomfy-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.runcomfy.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs