What is the Vercel MCP Pro MCP server?
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
How to install Vercel MCP Pro
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VERCEL_TOKENrequiredsecretVercel access token from vercel.com/account/settings/tokens
VERCEL_TEAM_IDDefault team scope (empty = personal account)
VERCEL_READONLYSet to true to block all write/delete tools
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<YOUR_VERCEL_READONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<YOUR_VERCEL_READONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<YOUR_VERCEL_READONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vercel-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<YOUR_VERCEL_READONLY>"
}
}
}
}Claude Code
claude mcp add vercel-mcp-pro --env VERCEL_TOKEN=<YOUR_VERCEL_TOKEN> --env VERCEL_TEAM_ID=<YOUR_VERCEL_TEAM_ID> --env VERCEL_READONLY=<YOUR_VERCEL_READONLY> -- npx -y vercel-mcp-proRelated MCP servers
The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.
View repository →Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4
View repository →Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.
View repository →Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
View repository →Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
View repository →