media-gen-mcp
Verified Safeby 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
npx -y github:strato-space/media-gen-mcpEnvironment 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
overseerr-mcp
Provides AI assistants with direct integration to Overseerr for automated media discovery, requests, and management within a Plex ecosystem.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
generator-app-remote-mcp-server-generic
Provides backend services for a generic multi-cloud application generator, enabling remote application scaffolding and management across various cloud providers.