MCP Server
MCP
io.github.vicseeai/vicsee-mcp-server
Generate, edit and upscale AI video and images from any agent via VicSee.
Install
npx -y @vicsee/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.vicsee.com"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@vicsee/mcp-server",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "VicSee API key (starts with sk-) from vicsee.com Settings then API. Requires a paid plan or credit pack.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "VICSEE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment