Varity Mcp
Description
Varity MCP server: deploy Node and Python apps, AI agents, and LLMs from Claude Code, Cursor, or Codex in one command. 60-80% cheaper than Vercel, Render, and Railway.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
@varity-labs/mcp
[](https://www.npmjs.com/package/@varity-labs/mcp) [](https://github.com/varity-labs/varity-mcp/blob/main/LICENSE) [](https://github.com/varity-labs/varity-mcp)
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. Each paid app bills up to a fixed monthly maximum for the resources it reserves, prorated by running time; static sites are free for verified accounts. One server, every AI client, zero commands.
**Browser usage**: see the [browser usage guide](https://docs.varity.so/ai-tools/browser-usage) 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)
The hosted process is reachable at:
https://mcp.varity.so
Hosted OAuth and per-user deployment authorization are not currently certified end to end. Do not use this endpoint for owner-scoped
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps