MCP Server
MCP
io.imaginevid/imaginevid-ai-generation
OAuth-protected ImagineVid MCP for image, video, and music generation.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://imaginevid.io/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "imaginevid-mcp",
"version": "0.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ImagineVid API key used by the local adapter.",
"isRequired": true,
"isSecret": true,
"name": "IMAGINEVID_API_KEY"
},
{
"description": "Optional ImagineVid API base URL.",
"default": "https://imaginevid.io",
"name": "IMAGINEVID_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment