multimodal for Windsurf
io.github.rsmdt/multimodal
Multi-provider media generation — images, video, audio, and transcription via a unified interface
client:Windsurf
transport:stdio
runtime:npm
Install multimodal in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs