Vercel MCP Pro
About
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VERCEL_TOKEN VERCEL_TEAM_ID VERCEL_READONLYClaude Code
claude mcp add --env VERCEL_TOKEN= --env VERCEL_TEAM_ID= --env VERCEL_READONLY= vercel-mcp-pro -- npx vercel-mcp-pro
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"vercel-mcp-pro","command":"npx","args":["vercel-mcp-pro"],"env":{"VERCEL_TOKEN":"","VERCEL_TEAM_ID":"","VERCEL_READONLY":""}}'
JSON
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "",
"VERCEL_TEAM_ID": "",
"VERCEL_READONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.