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-server

Configuration

{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": ["-y", "@vercel/mcp-server"],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes