← Back to Plugins
MCP Server MCP

io.github.legolev/mediamcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mediamcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenRouter API key (https://openrouter.ai/keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENROUTER_API_KEY"
        },
        {
          "description": "Directory for generated files (default: ~/Pictures/mediamcp)",
          "format": "string",
          "name": "MEDIAMCP_OUTPUT_DIR"
        },
        {
          "description": "Default image model slug (default: google/gemini-2.5-flash-image)",
          "format": "string",
          "name": "MEDIAMCP_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...