Back to Home
strato-space icon

media-gen-mcp

Verified Safe

by strato-space

Overview

Centralized Model Context Protocol (MCP) server for generating and editing images and videos via OpenAI (DALL-E, Sora) and Google GenAI (Veo), with local media fetching and processing.

Installation

Run Command
npx -y github:strato-space/media-gen-mcp

Environment Variables

  • OPENAI_API_KEY
  • GOOGLE_API_KEY
  • GEMINI_API_KEY
  • GOOGLE_GENAI_USE_VERTEXAI
  • GOOGLE_CLOUD_PROJECT
  • GOOGLE_CLOUD_LOCATION
  • MEDIA_GEN_DIRS
  • MEDIA_GEN_URLS
  • MEDIA_GEN_MCP_URL_PREFIXES
  • MCP_MAX_CONTENT_BYTES

Security Notes

The server employs robust local file system access controls via `MEDIA_GEN_DIRS` and URL filtering via `MEDIA_GEN_URLS`, preventing arbitrary file reads/writes and unrestricted external network requests. API keys are loaded securely from `secrets.yaml` or environment variables, with logging sanitization to prevent accidental exposure in logs. No `eval` or code obfuscation patterns were found. Proper environment sandboxing is recommended for production deployment.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars7
Forks2
Last Update2026-01-10

Tags

AIMedia GenerationImage ProcessingVideo GenerationOpenAIGoogle GenAIMCP ServerTypeScript