Skip to content

Introduction

Varity Team Core Contributors Updated May 2026

Varity is predictable cloud hosting for any Node or Python app, AI agent, or LLM. Point it at your project, and your app is live with one command, at a flat monthly cost that does not change with traffic.

No Docker. No infrastructure setup. No DevOps.

The primary way to use Varity is through the MCP server inside Claude Code or Cursor. Add it once, then just ask your AI tool to deploy:

Terminal window
# Add the Varity MCP server to Claude Code
claude mcp add varity -- npx -y @varity-labs/mcp@beta

Then, inside Claude Code or Cursor:

"Deploy my app to Varity"

That’s it. The MCP server handles detection, building, and deployment automatically.

If you want to deploy without an AI tool, install the CLI:

Terminal window
pipx install varitykit
varitykit app deploy

Your app will be live at https://varity.app/your-app-name/.

Usage-metered cloud platformsVarity
CostUsage-based, grows with trafficFlat monthly cost per app, predictable on day 1 and day 1000
Setup timeMinutes to hoursOne command
CredentialsManaged separatelyManaged by Varity
DatabaseSeparate add-on, separate billAuto-wired when detected
DevOpsBuild config, env, SSL, DNSZero config
HostingStatic or serverless, framework-limitedStatic and dynamic, automatic

MCP Server

A full set of tools for Claude Code and Cursor. Deploy, monitor, and manage apps with plain English. View MCP docs

varitykit CLI

Python CLI for deploying and managing apps from the command line. View CLI docs

Available now:

  • Static app hosting (global CDN)
  • Dynamic app hosting (container-based, for full-stack and server apps)
  • Auto-wired databases, caches, and AI runtimes based on your dependencies
  • Vercel migration tool (varitykit migrate)
  • MCP server with a full set of tools for deploying, monitoring, and managing your apps in Claude Code and Cursor
  • VarityKit CLI with zero-config deploys

Supported frameworks:

  • Next.js, React, Vue, Astro, Qwik, Vite SPA
  • Express, Fastify, NestJS, Koa, Hono (Node.js)
  • FastAPI, Django, Flask (Python)