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
{
"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