MCP Server
MCP
Vercel MCP Pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "vercel-mcp-pro",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Vercel access token from vercel.com/account/settings/tokens",
"isRequired": true,
"isSecret": true,
"name": "VERCEL_TOKEN"
},
{
"description": "Default team scope (empty = personal account)",
"name": "VERCEL_TEAM_ID"
},
{
"description": "Set to true to block all write/delete tools",
"name": "VERCEL_READONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment