Connect VicSee to Claude Code, Cursor, or any MCP-compatible client and generate AI videos, images, music, and voiceovers straight from your prompts.
The VicSee MCP server runs locally over stdio and connects to any MCP-compatible client with your API key.
Create a key in Settings → API. API access requires a paid plan or credit pack.
Drop @vicsee/mcp-server into your client's MCP config with your key.
Ask your agent to list models and generate — results come back as URLs you can download.
Claude Code (one command)
claude mcp add vicsee -e VICSEE_API_KEY=sk-... -- npx -y @vicsee/mcp-server
Claude Desktop / Cursor (mcpServers config)
{
"mcpServers": {
"vicsee": {
"command": "npx",
"args": ["-y", "@vicsee/mcp-server"],
"env": { "VICSEE_API_KEY": "sk-your-key-here" }
}
}
}Six tools your agent can call once VicSee is connected.
Discover every available model, its capabilities, and credit cost.
“Which video models can you use on VicSee?”
Create a video or image from a text prompt or reference media.
“Generate a 6-second Seedance 2.0 clip of a hawk diving over a canyon.”
Check a generation by its id and return the result URL when it's ready.
“Is my last video done yet?”
Upscale an image to a higher resolution.
“Upscale this image to 4K.”
Upscale a video to a higher resolution.
“Upscale this clip to 1080p.”
Check the remaining credit balance on your account.
“How many credits do I have left?”
Call the latest models by name — your agent picks the parameters and generates. Run list_models for the full, current catalog with credit costs.
Everything you need to connect VicSee to your agent.
Get an API key and start generating from your MCP client today.