MCP Server
MCP
MediaEngine
AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-media-engine",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MediaEngine API key (sign up at mcpmediaengine.com)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEDIAENGINE_API_KEY"
},
{
"description": "MediaEngine API base URL",
"isRequired": true,
"format": "string",
"default": "https://api.mcpmediaengine.com",
"name": "MEDIAENGINE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment