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

v1.5.0

Published

Varity MCP Server — build, deploy, and monetize apps from any AI coding tool in 60 seconds

Readme

@varity-labs/mcp

npm License: MIT Status: Beta

Build, deploy, and monetize production apps from any AI coding tool — Cursor, Claude Code, VS Code, ChatGPT, Windsurf, and more.

The Varity MCP Server gives your AI editor the power to scaffold, deploy, and manage full-stack apps with auth, database, and payments included. One server, every AI client, zero commands.

🌐 Browser Usage: See BROWSER_USAGE.md for using in Claude.ai or ChatGPT browser 🚀 Quick Start: Choose 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 MCP server URL:

https://mcp.varity.so

Any MCP-compatible client (stdio)

{
  "mcpServers": {
    "varity": {
      "command": "npx",
      "args": ["-y", "@varity-labs/mcp"]
    }
  }
}

Tools

| Tool | Description | Auth | Transport | |------|-------------|------|-----------| | varity_search_docs | Search Varity documentation | No | stdio + http | | varity_cost_calculator | Compare costs vs AWS/Vercel | No | stdio + http | | varity_init | Create a new production app | Yes | stdio only | | varity_deploy | Deploy to production | Yes | stdio + http | | varity_deploy_status | Check deployment status | Yes | stdio + http | | varity_deploy_logs | Read build/deployment logs | Yes | stdio + http | | varity_submit_to_store | Submit to Varity App Store | Yes | stdio + http |

Example Prompts

Try these in Cursor Agent mode, Claude Code, or any MCP-enabled AI editor:

Create & Deploy:

  • "Create a new SaaS app called my-dashboard"
  • "Deploy this project to production"
  • "Deploy and submit to the Varity App Store for $19/month"

Manage & Debug:

  • "Show my deployments"
  • "Get the build logs for my last deployment"
  • "Why did my deployment fail?"

Docs & Pricing:

  • "Search Varity docs for database setup"
  • "How much would it cost to host a SaaS app with 5,000 users on Varity?"
  • "Compare Varity vs AWS costs for my app"

End-to-End Workflow

From empty folder to deployed, monetized app — all from natural language:

You: "Create a new SaaS app called analytics-pro"
AI:  ✅ Created analytics-pro with auth, database, dashboard, landing page

You: "Deploy it to production"
AI:  ✅ Deployed! Live at https://analytics-pro.varity.app

You: "Submit to the App Store for $29/month"
AI:  ✅ Submitted. You earn $26.10/month per user (90% revenue split)

What Makes This Different

| Feature | Vercel MCP | Varity MCP | |---------|-----------|------------| | Create new apps | No | Yes | | Auth included | No | Yes | | Database included | No | Yes (PostgreSQL) | | Payments included | No | Yes (90/10 split) | | Cost | $20+/mo | ~70% less | | Open source | No | Yes (MIT) |

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 MCP client that supports HTTP.

Prerequisites

  • Node.js >= 18
  • For deployment: pip install varitykit

Cost

Varity is ~70% cheaper than AWS/Vercel. Auth and database are included at no extra cost. Use the varity_cost_calculator tool for detailed estimates.


Part of the Varity SDK — Build, deploy, and monetize apps 70% cheaper than AWS.

Documentation · GitHub · Discord