Varo MCP
Enables AI agents to generate images, videos, and audio via the Varo Generate API, and manage blockchain registrations and account operations through natural language.
README
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 |
|---|---|
varo_generate_image |
Create an image (z-image, Grok, Nano Banana Pro, Seedream 5 Pro) |
varo_generate_video |
Create a video (Seedance 2.0, WAN, Grok) — with audio |
varo_generate_audio |
Create audio — music, ambience, SFX, voiceover (Seed Audio) |
varo_get_job |
Poll a job for its result URL |
varo_registry_quote |
Price a blockchain registration — returns a single-use quote token |
varo_registry_register |
Permanently register a creation on the Varoriya Registry (Polygon) |
varo_quote_price · varo_list_models |
Price a request / list models (no key needed) |
varo_balance · varo_topup |
Check VaroCoin balance / top up via PromptPay QR |
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.com
Add 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 :3200
| Env | Default | Notes |
|---|---|---|
VARO_API_KEY |
— | Optional varo_gk_… key (skips OAuth) |
VARO_API_BASE |
https://api.varoriya.com |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.