Cloud InfrastructureBearer TokenCommunity
Vercel API MCP Server
Deploy projects, manage domains, and monitor deployments through your AI agent.
Quick Setup
Transport: STDIO
Command: npx -y @vercel/mcp-server
Environment Variables
VERCEL_TOKENExample: your_vercel_token
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y","@vercel/mcp-server"],
"env": {
"VERCEL_TOKEN": "your_vercel_token"
}
}
}
}Endpoints
GET
/v9/projectsList projects
POST
/v9/projectsCreate project
GET
/v6/deploymentsList deployments