HomeDesign & Media › mediamcp

mediamcp

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

TypeScript Cloud macOSWindowsLinux
★ 3 stars Last pushed 2026-09-17 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mediamcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<YOUR_VALUE>",
        "MEDIAMCP_OUTPUT_DIR": "<YOUR_VALUE>",
        "MEDIAMCP_MODEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENROUTER_API_KEY required secret — OpenRouter API key (https://openrouter.ai/keys)
  • MEDIAMCP_OUTPUT_DIR — Directory for generated files (default: ~/Pictures/mediamcp)
  • MEDIAMCP_MODEL — Default image model slug (default: google/gemini-2.5-flash-image)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry