Catalog
io.github.helbertparanhos/vercel-mcp-pro
Officialby helbertparanhos · TypeScript
Vercel MCP Pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
Manages Vercel deployments, logs, projects, environment variables, domains, DNS, and certificates.
Topics
automationclaudeclaude-codecursordeploymentdevopsmcpmodel-context-protocolvercel
README not available yet.
Install
Configuration
Environment variables
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_config.json
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro@1.0.0"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<YOUR_VERCEL_READONLY>"
}
}
}
}