MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@strato-space/media-gen-mcp · npm · 1.0.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.strato-space/media-gen-mcp",
"description": "MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.",
"repository": {
"url": "https://github.com/strato-space/media-gen-mcp",
"source": "github"
},
"version": "1.0.4",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-12-27T03:37:53.058755Z",
"publishedAt": "2025-12-27T03:37:53.058755Z",
"updatedAt": "2025-12-27T03:37:53.058755Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.