
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@varosity/mcp-server
Advanced tools
MCP server for Varosity AI — stdio transport, proxies to varosity.ai/api/mcp
@varosity/mcp-serverStdio MCP server for Varosity AI. Exposes every Varosity tool (generate video, voice, music, render, list models, list templates, webhooks, …) to any MCP-aware host — Claude Desktop, Cursor, Cowork, Continue, etc.
Under the hood it proxies every JSON-RPC call to ${VAROSITY_API_BASE}/api/mcp over HTTPS with your vsk_... bearer token. Zero runtime deps.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"varosity": {
"command": "npx",
"args": ["-y", "@varosity/mcp-server"],
"env": {
"VAROSITY_API_KEY": "vsk_..."
}
}
}
}
Issue a vsk_... token at varosity.ai/app/keys/api-keys. Restart Claude Desktop.
Any MCP host that supports the command + args + env shape works. Point it at npx -y @varosity/mcp-server with VAROSITY_API_KEY in the env.
Full list via tools/list. Current surface:
list_models, list_voices, list_templateslist_projects, create_project, get_project, create_project_from_templategenerate_video, generate_voice, generate_musicsuggest_model (Smart Router)get_job, render_projectlist_webhooks, create_webhook, test_webhook, delete_webhookIf your MCP host supports the Streamable HTTP transport, you can skip this package entirely:
{
"mcpServers": {
"varosity": {
"url": "https://varosity.ai/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer vsk_..."
}
}
}
}
This stdio package exists for hosts that only support the command-spawned stdio transport.
Set VAROSITY_API_BASE in the env block to override the default https://varosity.ai.
cd packages/mcp-server
pnpm build
npm publish --access public
For MCP Registry and Smithery listing steps, see REGISTRY.md and SMITHERY.md.
FAQs
MCP server for Varosity AI — stdio transport, proxies to varosity.ai/api/mcp
We found that @varosity/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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.