Back to Plugins

Vercel

Vercel deployment automation and project management. Deploy applications, manage domains, check deployment status, and configure environments directly from Claude Code.

deploymenthostingserverlessintegrationofficial

Installation

claude plugins add vercel@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "vercel@claude-plugins-official": true
  }
}

Commands

vercel-deployDeploy current project to Vercel
vercel-statusCheck deployment status
vercel-envManage environment variables
vercel-domainsConfigure custom domains
vercel-logsView deployment and function logs

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub