deployment
Vercel MCP
56
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
800605/wk6.2K tokens(3%)2mo ago
Network
verceldeploymenthostingserverless
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
}
}
}