npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@varity-labs/mcp

v2.2.0

Published

Varity MCP Server: deploy any app from Cursor, Claude Code, VS Code, Windsurf, or ChatGPT. Flat predictable pricing — your bill stays the same as your app grows.

Readme

@varity-labs/mcp

npm License: MIT Status: Beta

Deploy production apps and AI agents from Cursor, Claude Code, VS Code, Windsurf, or ChatGPT. Flat predictable pricing — your bill stays the same as your app grows.

The Varity MCP Server lets your AI editor build, deploy, and manage 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

  1. Command Palette → MCP: Add Server
  2. Select Command (stdio)
  3. Command: npx -y @varity-labs/mcp
  4. 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 ready-made AI agent (one command, no code required)

  • "Deploy a Telegram chatbot for me"
  • "Spin up Agent Zero"
  • "I want a Claude-compatible chat UI"
  • "What AI agents can Varity deploy?"

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_list_agents | List the curated AI agent templates Varity can deploy | | varity_agent_info | Show full details for one AI agent template (env vars, ports, cost) | | varity_deploy_agent | Deploy a curated AI agent template by name | | varity_migrate | Migrate an app from Vercel to Varity |

AI agent templates

Varity ships 5 curated AI agent templates that deploy with one command and no code from you:

| Agent | What it is | |---|---| | hermes | Self-hosted Telegram chatbot powered by an LLM | | openclaw | Claude-compatible web chat UI with persistent history | | agent-zero | General-purpose AI agent framework — zero required env vars | | autoresearch | GPU-backed CUDA workstation (SSH access) | | eliza-venice | ElizaOS agent for Twitter/X automation |

Ask your AI editor "what AI agents can I deploy?" or "deploy hermes for me" and it will use the agent tools above. Each agent reserves different hardware — use varity_agent_info <name> to see current monthly cost. Each agent also has a small set of required environment variables (e.g. a Telegram bot token, an API key) that the AI editor will prompt you for.

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 a Telegram bot I can chat with"
AI:  Need three things: an OpenAI API key, a Telegram bot token (get
     one from @BotFather), and your Telegram user ID.
You: (provides them)
AI:  Deployed hermes agent at https://varity.app/my-bot/
     Send a message to your bot on Telegram to chat with it.

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 any app from your AI coding tool. Flat predictable pricing — your bill stays the same as your app grows.

Documentation · GitHub · Discord