Varo MCP
Enables agents to price and register digital creations on the Varoriya Registry, a permanent record stored on the Polygon blockchain.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Varo MCPGenerate a 16:9 image of a lighthouse at sunrise with z-image"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Varo MCP
Image, video & audio generation tools for AI agents. A Model Context Protocol
server that wraps the Varo Generate API (api.varoriya.com) — so agents like
Claude, VS Code Copilot, and Cursor can create images, video, and audio directly.
Tools
Tool | What it does |
| Create an image (z-image, Grok, Nano Banana Pro, Seedream 5 Pro) |
| Create a video (Seedance 2.0, WAN, Grok) — with audio |
| Create audio — music, ambience, SFX, voiceover (Seed Audio) |
| Poll a job for its result URL |
| Price a blockchain registration — returns a single-use quote token |
| Permanently register a creation on the Varoriya Registry (Polygon) |
| Price a request / list models (no key needed) |
| Check VaroCoin balance / top up via PromptPay QR |
Related MCP server: ImaginePro MCP Server
Setup
Option A — Remote server (recommended)
Connect to the hosted MCP server over Streamable HTTP. Sign in with your Varoriya account via OAuth — no key to paste.
https://mcp.varoriya.comAdd it as a remote/HTTP MCP server in your client. In VS Code — .vscode/mcp.json:
{
"servers": {
"varo": { "type": "http", "url": "https://mcp.varoriya.com" }
}
}Option B — Local (stdio bridge)
For clients that only speak stdio. mcp-remote bridges to the same hosted server
and handles OAuth for you — no key needed. npx fetches it automatically.
VS Code — .vscode/mcp.json
{
"servers": {
"varo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.varoriya.com"]
}
}
}Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"varo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.varoriya.com"]
}
}
}Prefer a key over OAuth? Append it as a header:
"args": ["-y", "mcp-remote", "https://mcp.varoriya.com", "--header", "Authorization: Bearer varo_gk_xxxx"]
(get a key at varoriya.com/account/key).
Restart the client, then just ask:
"Generate a 16:9 image of a lighthouse at sunrise with z-image."
Run from source (dev)
bun install
bun src/index.ts # stdio
bun src/http.ts # streamable-http on :3200Env | Default | Notes |
| — | Optional |
|
| API base URL |
Links
Developer hub: dev.varoriya.com
API reference: dev.varoriya.com/reference/
Get an API key: varoriya.com/account/key
Varo Generate: api.varoriya.com/gen/
GitHub: github.com/varoriya/varo-mcp
Report an issue: github.com/varoriya/varo-mcp/issues
License
This server cannot be deployed
Maintenance
Related MCP Connectors
AI image, video & audio generation tools for AI agents, powered by Varoriya.
AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base.
Manage ElevenLabs voice agents and generate speech, music, sound effects, images, and video.
Generate images, videos, voiceovers, and captions from a chat prompt.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI assistants to access Venice AI's capabilities including chat with open-source models, image generation, text-to-speech, embeddings, and API key management.1319 npm5MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to generate images and videos through natural language using ImaginePro's API. Supports text-to-image generation, video creation, image upscaling, variants, inpainting, and multi-modal generation with real-time progress tracking.827 npmMIT
- FlicenseAqualityAmaintenanceEnables AI assistants to generate images and videos via the Agnes AI API, supporting text-to-image, image-to-image, and video generation.31-
- AlicenseAqualityCmaintenanceEnables AI agents to generate images and videos via the Corent API with automatic model routing, provider fallback, and tools for planning, creation, and balance management.746 npmMIT