Back to MCP Servers
Vercel Server
Deploy and manage Vercel projects, domains, and serverless functions through natural language
cloudverceldeploymentserverlesscommunity
Installation
npm install -g @vercel/mcp-serverConfiguration
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "@vercel/mcp-server"],
"env": {
"VERCEL_TOKEN": "your-vercel-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes