ModelRunner for Claude Desktop
ai.modelrunner/mcp
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
client:Claude Desktop
transport:streamable-http
Install ModelRunner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.modelrunner.run/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