Varo MCP
Enables agents to price and register digital creations on the Varoriya Registry, a permanent record stored on the Polygon blockchain.
Click on "Install 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: Venice 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to generate images, text, and audio content through the Pollinations APIs. Provides direct access to multimodal generation capabilities including image creation from text prompts, text-to-speech, and text generation.Last updated12101MIT
- 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.Last updated13115MIT
- 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.Last updated838MIT

Bink MCP Serverofficial
Flicense-qualityDmaintenanceEnables AI agents to perform blockchain operations like wallet management, token info, DeFi swaps, cross-chain bridging, and price checking across Ethereum, BNB Chain, and Solana.Last updated
Related MCP Connectors
Generate images, video, and audio with Glif's media-generation agent
Build and run visual creative-production workflows from your AI agent.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/varoriya/varo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server