PluginBench
MCP Server

io.github.rsmdt/multimodal MCP Server

io.github.rsmdt/multimodal

What is the io.github.rsmdt/multimodal MCP server?

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

How to install io.github.rsmdt/multimodal

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENAI_API_KEY
    secret

    OpenAI API key for image, video, audio generation and transcription

  • XAI_API_KEY
    secret

    xAI API key for image and video generation

  • GEMINI_API_KEY
    secret

    Google Gemini API key for image, video, and audio generation

  • ELEVENLABS_API_KEY
    secret

    ElevenLabs API key for audio generation and transcription

  • BFL_API_KEY
    secret

    BFL API key for FLUX image generation and editing

  • MEDIA_OUTPUT_DIR

    Directory for saved media files (defaults to cwd)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multimodal": {
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
        "BFL_API_KEY": "<YOUR_BFL_API_KEY>",
        "MEDIA_OUTPUT_DIR": "<YOUR_MEDIA_OUTPUT_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "multimodal": {
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
        "BFL_API_KEY": "<YOUR_BFL_API_KEY>",
        "MEDIA_OUTPUT_DIR": "<YOUR_MEDIA_OUTPUT_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "multimodal": {
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
        "BFL_API_KEY": "<YOUR_BFL_API_KEY>",
        "MEDIA_OUTPUT_DIR": "<YOUR_MEDIA_OUTPUT_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "multimodal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
        "BFL_API_KEY": "<YOUR_BFL_API_KEY>",
        "MEDIA_OUTPUT_DIR": "<YOUR_MEDIA_OUTPUT_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add multimodal --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env XAI_API_KEY=<YOUR_XAI_API_KEY> --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> --env ELEVENLABS_API_KEY=<YOUR_ELEVENLABS_API_KEY> --env BFL_API_KEY=<YOUR_BFL_API_KEY> --env MEDIA_OUTPUT_DIR=<YOUR_MEDIA_OUTPUT_DIR> -- npx -y @r16t/multimodal-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →