Vercel platform management — manage deployments, projects, domains, and environment variables
VERCEL_API_TOKENnpx @getmcp/cli add vercelConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"@vercel/mcp@latest"
],
"env": {
"VERCEL_API_TOKEN": ""
}
}
}
}