Skip to content
Cline

multimodal for Cline

io.github.rsmdt/multimodal

Multi-provider media generation — images, video, audio, and transcription via a unified interface

client:Cline transport:stdio runtime:npm

Install multimodal in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "multimodal": {
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "ELEVENLABS_API_KEY": "<ELEVENLABS_API_KEY>",
        "BFL_API_KEY": "<BFL_API_KEY>",
        "MEDIA_OUTPUT_DIR": "<MEDIA_OUTPUT_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

multimodal in other clients