Skip to content
Claude Desktop

rostro for Claude Desktop

dev.rostro/rostro

Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.

client:Claude Desktop transport:streamable-http

Install rostro in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "rostro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://proto.rostro.dev/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

rostro in other clients