← Back to Plugins
MCP Server MCP

MediaEngine

github By github 👁 1 views ▲ 0 votes

AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-media-engine",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MediaEngine API key (sign up at mcpmediaengine.com)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MEDIAENGINE_API_KEY"
        },
        {
          "description": "MediaEngine API base URL",
          "isRequired": true,
          "format": "string",
          "default": "https://api.mcpmediaengine.com",
          "name": "MEDIAENGINE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...