Vercel MCP Server Configuration & Usage Guide

📦
Installationnpx
⚠️
Risk LevelHigh Risk
🔑
API KeyRequired
💻
Clients3 supported

Vercel 部署平台管理,支持项目、部署和域名操作

High Risk Category: Deploy & Operations Verified: 2026-05-18 Status: Verified

Supported Clients

Installation Command

npx -y @vercel/mcp

Configuration Example

{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp"
      ],
      "env": {
        "VERCEL_TOKEN": "<your-token>"
      }
    }
  }
}

Environment variable required:VERCEL_TOKEN。Do not commit these values to public repositories.

Permission Scope & Security Notes

可管理 Vercel 项目和部署,建议使用受限 Token

Risk Score:6/10

Common Errors

认证失败
在 Vercel Settings > Tokens 生成 Token
项目未找到
确认 Token 有该项目的访问权限

Sources

Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.

Related Tools