Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Vercel API MCP Config

Deploy projects, manage domains, and monitor deployments through your AI agent.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/vercel.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "vercel": {
      "url": "https://mcpbridge.org/config/vercel.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "vercel": {
      "url": "https://mcpbridge.org/config/vercel.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/vercel.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/vercel.json

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