Odel
multimodal mcp

multimodal mcp

Local
@rsmdt1TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@r16t/multimodal-mcpv1.3.1

Run

npx -y @r16t/multimodal-mcp

MCP client config

{
  "mcpServers": {
    "multimodal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@r16t/multimodal-mcp"
      ]
    }
  }
}