---
slug: "vercel-deploy-claude-code-plugin"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/vercel/vercel-deploy-claude-code-plugin@main/README.md"
repo: "https://github.com/vercel/vercel-deploy-claude-code-plugin"
source_file: "README.md"
branch: "main"
---
# Vercel Deploy Plugin for Claude Code

Deploy to Vercel directly from Claude Code.

## Installation

```bash
/plugin install vercel@claude-plugins-official
```

## Prerequisites

- [Vercel CLI](https://vercel.com/docs/cli) (`npm install -g vercel`)
- Vercel account (`vercel login`)

## Commands

| Command | Description |
|---------|-------------|
| `/deploy` | Deploy to production |
| `/vercel-logs` | View deployment logs |
| `/vercel-setup` | Set up Vercel CLI and project |

## Skills

Skills are auto-invoked based on context:

- **deploy** - "deploy my app", "push to production"
- **vercel-logs** - "show logs", "check deployment logs"
- **vercel-setup** - "set up Vercel", "configure Vercel"

## License

MIT
