Skip to content
MCP-Bridge
Cloud Infrastructure

Vercel API Claude Desktop Config

Add the Vercel API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your Bearer Token in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

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

Environment Variables

VERCEL_TOKEN

Replace your_vercel_token with your actual vercel token

Endpoints

GET/v9/projects

List projects

POST/v9/projects

Create project

GET/v6/deployments

List deployments