← Back to Plugins
MCP Server MCP

io.github.strato-space/media-gen-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

Homepage Verified source GitHub

Install

npx -y @strato-space/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@strato-space/media-gen-mcp",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key (required for OpenAI image/video tools).",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Gemini API key (alternative to GOOGLE_API_KEY).",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Google GenAI API key for Veo video tools.",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        },
        {
          "description": "Set to true to use Vertex AI for Google GenAI.",
          "format": "string",
          "name": "GOOGLE_GENAI_USE_VERTEXAI"
        },
        {
          "description": "GCP project id for Vertex AI.",
          "format": "string",
          "name": "GOOGLE_CLOUD_PROJECT"
        },
        {
          "description": "GCP region for Vertex AI (e.g. us-central1).",
          "format": "string",
          "name": "GOOGLE_CLOUD_LOCATION"
        },
        {
          "description": "Azure OpenAI API key (optional).",
          "format": "string",
          "isSecret": true,
          "name": "AZURE_OPENAI_API_KEY"
        },
        {
          "description": "Azure OpenAI endpoint hostname.",
          "format": "string",
          "name": "AZURE_OPENAI_ENDPOINT"
        },
        {
          "description": "Azure OpenAI API version.",
          "format": "string",
          "name": "OPENAI_API_VERSION"
        },
        {
          "description": "Azure OpenAI deployment name.",
          "format": "string",
          "name": "AZURE_OPENAI_DEPLOYMENT"
        },
        {
          "description": "Comma-separated output directories for media files.",
          "format": "string",
          "name": "MEDIA_GEN_DIRS"
        },
        {
          "description": "Comma-separated URL prefixes allowed for fetch tools.",
          "format": "string",
          "name": "MEDIA_GEN_URLS"
        },
        {
          "description": "Public URL prefixes for mapping local output files.",
          "format": "string",
          "name": "MEDIA_GEN_MCP_URL_PREFIXES"
        },
        {
          "description": "Path to sample images for the test-images tool.",
          "format": "string",
          "name": "MEDIA_GEN_MCP_TEST_SAMPLE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...