Vercel MCP Pro for Claude Desktop
io.github.helbertparanhos/vercel-mcp-pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
client:Claude Desktop
transport:stdio
runtime:npm
Install Vercel MCP Pro in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<VERCEL_READONLY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs