
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@vicsee/mcp-server
Advanced tools
MCP server for VicSee — generate, edit, and upscale AI video & images from any agent (Hermes, Claude, Cursor, OpenClaw).
Generate, edit, and upscale AI video & images from any agent — VicSee as a set of MCP tools.
Works with Hermes Agent, Claude (Desktop / Code), Cursor, OpenClaw, and any MCP-compatible client.
| Tool | What it does |
|---|---|
vicsee_list_models | List available models (Seedance, Veo, Kling, FLUX, Nano Banana, …) + their credit costs |
vicsee_generate | Text/image → video or image with a chosen model |
vicsee_get_task | Poll a task and get the finished media URL |
vicsee_upscale_image | Upscale an image |
vicsee_upscale_video | Upscale a video |
vicsee_get_credits | Check your credit balance |
Generation is asynchronous: vicsee_generate (or vicsee_upscale_*) returns a task id
immediately — your agent then polls vicsee_get_task until status is completed and reads the
URL from result.url.
sk-).
API access requires a paid plan or credit pack.{
"mcpServers": {
"vicsee": {
"command": "npx",
"args": ["-y", "@vicsee/mcp-server"],
"env": { "VICSEE_API_KEY": "sk-your-key-here" }
}
}
}
That's the whole setup — drop in your key, and your agent can generate.
claude_desktop_config.json → mcpServerscommand/args/env)claude mcp add vicsee -e VICSEE_API_KEY=sk-... -- npx -y @vicsee/mcp-serverVICSEE_BASE_URL — override the API base URL (defaults to https://vicsee.com/api/v1).pnpm install
pnpm build
VICSEE_API_KEY=sk-... node dist/index.js # stdio server
# or run from source: VICSEE_API_KEY=sk-... pnpm dev
Point your MCP client at the local build by using "command": "node", "args": ["/abs/path/to/dist/index.js"].
"Make me a 5-second video of a kitten chasing a laser."
vicsee_list_models (type: video) → pick e.g. seedance-2-0-text-to-videovicsee_generate (model, prompt, duration: 5) → { id, status: "pending" }vicsee_get_task (id) … poll … → { status: "completed", result: { url: "https://cdn.vicsee.com/…" } }cdn.vicsee.com — stable VicSee CDN links.vicsee_list_models for per-model costs and
vicsee_get_credits for your balance.MIT
FAQs
MCP server for VicSee — generate, edit, and upscale AI video & images from any agent (Hermes, Claude, Cursor, OpenClaw).
The npm package @vicsee/mcp-server receives a total of 31 weekly downloads. As such, @vicsee/mcp-server popularity was classified as not popular.
We found that @vicsee/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.