Skip to content
MCP-Bridge
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_TOKEN

Example: 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/projects

List projects

POST/v9/projects

Create project

GET/v6/deployments

List deployments