RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.strato-space/media-gen-mcp · v1.0.4
MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.
media-gen-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"media-gen-mcp": {
"command": "npx",
"args": [
"-y",
"@strato-space/media-gen-mcp"
]
}
}
}OPENAI_API_KEY可选secretOpenAI API key (required for OpenAI image/video tools).
GEMINI_API_KEY可选secretGemini API key (alternative to GOOGLE_API_KEY).
GOOGLE_API_KEY可选secretGoogle GenAI API key for Veo video tools.
GOOGLE_GENAI_USE_VERTEXAI可选Set to true to use Vertex AI for Google GenAI.
GOOGLE_CLOUD_PROJECT可选GCP project id for Vertex AI.
GOOGLE_CLOUD_LOCATION可选GCP region for Vertex AI (e.g. us-central1).
AZURE_OPENAI_API_KEY可选secretAzure OpenAI API key (optional).
AZURE_OPENAI_ENDPOINT可选Azure OpenAI endpoint hostname.
OPENAI_API_VERSION可选Azure OpenAI API version.
AZURE_OPENAI_DEPLOYMENT可选Azure OpenAI deployment name.
MEDIA_GEN_DIRS可选Comma-separated output directories for media files.
MEDIA_GEN_URLS可选Comma-separated URL prefixes allowed for fetch tools.
MEDIA_GEN_MCP_URL_PREFIXES可选Public URL prefixes for mapping local output files.
MEDIA_GEN_MCP_TEST_SAMPLE_DIR可选Path to sample images for the test-images tool.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.strato-space/media-gen-mcp",
"type": "mcp-server",
"version": "1.0.4",
"displayName": "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"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@strato-space/media-gen-mcp",
"version": "1.0.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "OPENAI_API_KEY",
"description": "OpenAI API key (required for OpenAI image/video tools).",
"isSecret": true
},
{
"name": "GEMINI_API_KEY",
"description": "Gemini API key (alternative to GOOGLE_API_KEY).",
"isSecret": true
},
{
"name": "GOOGLE_API_KEY",
"description": "Google GenAI API key for Veo video tools.",
"isSecret": true
},
{
"name": "GOOGLE_GENAI_USE_VERTEXAI",
"description": "Set to true to use Vertex AI for Google GenAI."
},
{
"name": "GOOGLE_CLOUD_PROJECT",
"description": "GCP project id for Vertex AI."
},
{
"name": "GOOGLE_CLOUD_LOCATION",
"description": "GCP region for Vertex AI (e.g. us-central1)."
},
{
"name": "AZURE_OPENAI_API_KEY",
"description": "Azure OpenAI API key (optional).",
"isSecret": true
},
{
"name": "AZURE_OPENAI_ENDPOINT",
"description": "Azure OpenAI endpoint hostname."
},
{
"name": "OPENAI_API_VERSION",
"description": "Azure OpenAI API version."
},
{
"name": "AZURE_OPENAI_DEPLOYMENT",
"description": "Azure OpenAI deployment name."
},
{
"name": "MEDIA_GEN_DIRS",
"description": "Comma-separated output directories for media files."
},
{
"name": "MEDIA_GEN_URLS",
"description": "Comma-separated URL prefixes allowed for fetch tools."
},
{
"name": "MEDIA_GEN_MCP_URL_PREFIXES",
"description": "Public URL prefixes for mapping local output files."
},
{
"name": "MEDIA_GEN_MCP_TEST_SAMPLE_DIR",
"description": "Path to sample images for the test-images tool."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.strato-space/media-gen-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.strato-space%2Fmedia-gen-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}