Skip to content
MCP-BridgeMCP-Bridge
Cloud InfrastructureBearer TokenCommunityScore: 58

Vercel API MCP Server

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

Quick Answer

  1. 1. The Vercel API MCP server lets Claude, Cursor, and VS Code interact with the Vercel API API through natural language.
  2. 2. Setup: Add the config to claude_desktop_config.json, set your Bearer Token variables, and restart.
  3. 3. 3 operations available including List projects, Create project, List deployments.
  4. 4. Quality score: 58/99fair source quality and documentation coverage.

Overview

Category: Cloud Infrastructure

Auth: Bearer Token

Endpoints: 3

Transport: STDIO

Command: npx -y @vercel/mcp-server

Spec: v1.0

Setup time: ~2 min (auth required)

Environment Variables

VERCEL_TOKEN

Example: your_vercel_token

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"
      }
    }
  }
}
Deep link

Cursor

Settings → MCP Servers → Add

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

Saves as .cursor/mcp.json in the download. Move it to your project root.

Deep link install →

VS Code

Use with MCP extension

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

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

What You Can Build

With the Vercel API MCP server, your AI assistant can:

  • Access 3 API operations through natural language
  • Read, create, and modify cloud infrastructure resources without writing HTTP requests
  • Chain multiple operations in a single conversation for complex workflows
  • Combine with other MCP servers for cross-tool automation

Endpoints

GET/v9/projects

List projects

POST/v9/projects

Create project

GET/v6/deployments

List deployments

Authentication

This API requires Bearer Token authentication.

Set the required environment variables in your MCP client before using this server. Refer to the Vercel API API documentation to obtain credentials.

Required environment variables:

  • VERCEL_TOKEN

Spec Version

Version: 1.0

Spec version published with the OpenAPI document. Config auto-updates when the spec changes.

Page last updated: June 13, 2026

Quality Score

58/99Fair
  • +Community source (+22)
  • +Has documentation (+12)
  • +Auth type defined (+8)
  • +OpenAPI spec available (+8)
  • +3 endpoints (+8)

Own this API?

Claim your listing to update description, links, and category — and get a verified badge.

Claim this listing →