Skip to content
MCP-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://mcp-bridge.pages.dev/config/vercel.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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