🔌

Vercel MCP

DevOps1,500

Manage Vercel deployments, projects, domains, edge functions, and analytics through AI.

Claude DesktopCursorWindsurfZed

Overview

Manage Vercel deployments, projects, domains, edge functions, and analytics through AI.

Setup

Run with npx:

npx -y @modelcontextprotocol/server-vercel

Configuration

VERCEL_TOKEN environment variable

Documentation

Vercel MCP (Enhanced)

Overview

Vercel MCP provides comprehensive integration with Vercel's deployment platform, enabling AI agents to manage deployments, projects, domains, edge functions, and analytics.

Features

  • Deployment management
  • Project configuration
  • Domain management
  • Edge function deployment
  • Analytics and monitoring

Installation

npx -y @modelcontextprotocol/server-vercel

Configuration

Set the VERCEL_TOKEN environment variable:

export VERCEL_TOKEN=your_vercel_token

Get your token from https://vercel.com/account/tokens.

Available Tools

ToolDescription
list_projectsList all Vercel projects
create_deploymentCreate a new deployment
get_deploymentGet deployment status
list_domainsList project domains
add_domainAdd a custom domain
get_analyticsGet deployment analytics

Usage Examples

Create a Deployment

{
  "project_id": "your-project-id",
  "path": "./dist",
  "env": {
    "NODE_ENV": "production"
  }
}

Get Deployment Status

{
  "deployment_id": "your-deployment-id"
}

Pros

  • ✅ Seamless Vercel integration
  • ✅ Deployment automation
  • ✅ Domain management
  • ✅ Analytics access

Cons

  • ❌ Requires Vercel token
  • ❌ Limited to Vercel platform
  • ❌ Rate limits apply

Resources