Full-featured Vercel MCP server - Deployments, Projects, Domains, DNS, Edge Config, Environment Variables, Teams, Webhooks and more
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vercel-mcp-server": {
"command": "npx",
"args": [
"-y",
"hemichaeli/vercel-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vercel-mcp-server npx -y hemichaeli/vercel-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vercel-mcp-server": {
"command": "npx",
"args": [
"-y",
"hemichaeli/vercel-mcp-server"
]
}
}
}