vercel
About
MCP server for Vercel — manage deployments and view build and runtime application logs.
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_TEAM_SLUG VERCEL_ENABLED_TOOLGROUPSClaude Code
claude mcp add --env VERCEL_TOKEN= --env VERCEL_TEAM_ID= --env VERCEL_TEAM_SLUG= --env VERCEL_ENABLED_TOOLGROUPS= vercel -- npx vercel-platform-mcp-server
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","command":"npx","args":["vercel-platform-mcp-server"],"env":{"VERCEL_TOKEN":"","VERCEL_TEAM_ID":"","VERCEL_TEAM_SLUG":"","VERCEL_ENABLED_TOOLGROUPS":""}}'
JSON
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"vercel-platform-mcp-server"
],
"env": {
"VERCEL_TOKEN": "",
"VERCEL_TEAM_ID": "",
"VERCEL_TEAM_SLUG": "",
"VERCEL_ENABLED_TOOLGROUPS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.