Skip to content
Cursor

multimodal for Cursor

io.github.rsmdt/multimodal

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

client:Cursor transport:stdio runtime:npm

Install multimodal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "multimodal": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

multimodal in other clients