Overview
Manage Vercel deployments, projects, domains, edge functions, and analytics through AI.
Setup
Run with npx:
npx -y @modelcontextprotocol/server-vercelConfiguration
VERCEL_TOKEN environment variableDocumentation
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
| Tool | Description |
|---|---|
list_projects | List all Vercel projects |
create_deployment | Create a new deployment |
get_deployment | Get deployment status |
list_domains | List project domains |
add_domain | Add a custom domain |
get_analytics | Get 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
