Generate, edit, and upscale AI video & images from any agent — VicSee as a set of MCP tools. Multi-model (Seedance, Veo, Kling, FLUX, Nano Banana), text or image to video or image, with async task polling. Six tools: list models, generate, poll task, upscale image, upscale video, check credits.
Server Config
{
"mcpServers": {
"vicsee": {
"command": "npx",
"args": [
"-y",
"@vicsee/mcp-server"
],
"env": {
"VICSEE_API_KEY": "sk-your-key-here"
}
}
}
}