Varity Server
БесплатноНе проверенEnables AI coding tools to scaffold, build, and deploy Node.js or Python apps to Varity with a single command, automatically provisioning databases and backend
Описание
Enables AI coding tools to scaffold, build, and deploy Node.js or Python apps to Varity with a single command, automatically provisioning databases and backend services.
README
The published Varity MCP package for Cursor, Claude Code, VS Code, Windsurf, and other MCP clients.
This repository contains only @varity-labs/mcp, the npm MCP server. It is a thin tool wrapper around varitykit and Varity's gateway APIs; it is not the Python CLI, the portal, the dormant SDK, or an app-store package.
The Varity MCP Server lets your AI editor build, deploy, and manage supported apps in production for you. Flat monthly cost per app, locked at deploy time based on hardware reserved — no usage-based billing, no surprise overages. One server, every AI client, zero commands.
Browser usage: see the browser usage guide for Claude.ai or ChatGPT browser. Quick start: pick your editor below and run one command.
Install
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"varity": {
"command": "npx",
"args": ["-y", "@varity-labs/mcp"]
}
}
}
Claude Code
claude mcp add varity -- npx -y @varity-labs/mcp
VS Code with Copilot
- Command Palette → MCP: Add Server
- Select Command (stdio)
- Command:
npx -y @varity-labs/mcp - Name:
Varity
Windsurf
Add to mcp_config.json:
{
"mcpServers": {
"varity": {
"command": "npx",
"args": ["-y", "@varity-labs/mcp"]
}
}
}
Claude.ai / ChatGPT (HTTP)
Use the hosted server URL:
https://mcp.varity.so
Any MCP-compatible client (stdio)
{
"mcpServers": {
"varity": {
"command": "npx",
"args": ["-y", "@varity-labs/mcp"]
}
}
}
What you can do from your AI editor
The MCP exposes Varity's deploy surface so your AI tool can take action — not just generate code. Try prompts like:
Deploy your own code
- "Deploy this project to production"
- "Ship this app live"
- "What would it cost to deploy this on Varity?"
Deploy a certified template (one command, no code required)
- "What templates can Varity deploy?"
- "Spin up Agent Zero"
- "Deploy a private app template for me"
Manage live deployments
- "Show my deployments"
- "What's the URL of my last deploy?"
- "Stop my-app and stop billing it"
- "Get the build logs for my deployment"
Migrate from Vercel
- "Migrate my Vercel app at github.com/me/my-app to Varity"
- "Preview what changes the migration will make"
Docs and pricing
- "Search Varity docs for environment variables"
- "How much would it cost to host a 5,000-user API on Varity?"
- "What's my monthly cost going to be if my app gets traction?"
Tools
| Tool | What it does |
|---|---|
varity_search_docs |
Search the Varity documentation |
varity_cost_calculator |
Estimate your monthly cost before you deploy |
varity_doctor |
Check that your environment is ready to deploy |
varity_login |
Authenticate with your deploy key |
varity_install_deps |
Install project dependencies |
varity_build |
Build the project |
varity_open_browser |
Open a URL locally (stdio transports only) |
varity_dev_server |
Start the local development server (stdio transports only) |
varity_create_repo |
Create a GitHub repository and push the project |
varity_deploy |
Deploy the current project to production |
varity_deploy_status |
Check the status of a deployment |
varity_deploy_logs |
Read build and runtime logs |
varity_delete_deployment |
Stop a deployment and end its billing |
varity_set_env |
Set or replace environment variables on a live deployment, then redeploy |
varity_redeploy |
Restart or redeploy an existing deployment in place |
varity_list_templates |
List certified gateway-owned Varity templates |
varity_template_info |
Show full details for one certified template |
varity_deploy_template |
Deploy a certified template by ID |
varity_list_agents |
Backward-compatible alias for varity_list_templates |
varity_agent_info |
Backward-compatible alias for varity_template_info |
varity_deploy_agent |
Backward-compatible alias for varity_deploy_template |
varity_migrate |
Migrate an app from Vercel to Varity |
Templates
Varity templates come from the gateway-owned certified catalog. Ask your AI editor "what templates can I deploy?" or "deploy Agent Zero for me" and it will list the live catalog, inspect that template contract, and deploy it through varitykit app deploy --template <id>.
Each template reserves different hardware. Use varity_template_info to see the required environment variables, private/public access mode, resources, hardware profile, and certification state before deploying.
End-to-end example
From empty folder to deployed app, all in natural language:
You: "Make me a simple landing page for my coffee shop and deploy it"
AI: Wrote the landing page, ran the build, deployed live at
https://varity.app/coffee-shop/
You: "Now deploy Agent Zero"
AI: Agent Zero is certified and does not require environment variables.
AI: Deployed Agent Zero at https://varity.app/my-agent/
How Varity is priced
- Flat monthly cost per app: locked at deploy time, based on the hardware your app reserves. Your bill on day 1 equals your bill on day 1000.
- No usage-based billing: cost doesn't change with traffic, requests, bandwidth, or build minutes. No surprise overages.
- No plan tiers: every feature is in every account; you don't pay for "Pro" to unlock anything.
Ask your AI editor "how much would this app cost on Varity?" and it will use varity_cost_calculator to estimate before you deploy.
Transports
stdio (default)
For desktop AI editors. Cursor, Claude Code, VS Code, Windsurf.
npx -y @varity-labs/mcp
HTTP
For browser-based AI tools. Claude.ai, ChatGPT.
npx -y @varity-labs/mcp --transport http --port 3100
Hosted at https://mcp.varity.so — connect directly from any HTTP-capable MCP client.
Prerequisites
- Node.js >= 18
- For deployment:
pip install varitykit
Cost
Varity charges a flat monthly price per app, locked at deploy time based on the hardware reserved. Your bill doesn't grow with your traffic, requests, or build minutes. Use the varity_cost_calculator tool from your AI editor for a detailed estimate before you deploy.
Deploy supported apps from your AI coding tool. Flat predictable pricing — your bill stays the same as your app grows.
Установить Varity Server в Claude Desktop, Claude Code, Cursor
unyly install varity-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add varity-mcp-server -- npx -y @varity-labs/mcpFAQ
Varity Server MCP бесплатный?
Да, Varity Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Varity Server?
Нет, Varity Server работает без API-ключей и переменных окружения.
Varity Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Varity Server в Claude Desktop, Claude Code или Cursor?
Открой Varity Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Varity Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
