Vercel MCP

v1.0.0Cloud Servicesstable

A powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.

vercelmcpmodel-context-protocolclaudecursor
Share:
61
Stars
0
Downloads
0
Weekly
0/5

What is Vercel MCP?

Vercel MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to powerful model context protocol (mcp) server enabling seamless vercel project management, including deployments, domains, environment variables, and team configurations through cursor's composer or co...

A powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.

This server falls under the Cloud Services and Developer Tools categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A powerful Model Context Protocol (MCP) server enabling seam

Use Cases

Manage Vercel deployments and domains from AI assistants.
Configure environment variables and team settings via MCP.
Control project infrastructure through Cursor and Codeium.
Quegenx

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y vercel-mcp-server

Manual Installation

npx -y vercel-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Vercel MCP

The Vercel MCP Server is a TypeScript MCP server that exposes over 100 Vercel platform management tools to AI assistants, covering deployments, domains, DNS records, environment variables, edge configuration, access control, team management, and marketplace integrations. It enables developers using Cursor's Composer, Codeium's Cascade, or Claude Desktop to manage their entire Vercel infrastructure through natural language without switching to the Vercel dashboard. Teams that deploy frequently can use it to inspect deployment logs, promote previews to production, rotate secrets, and configure domains all within an AI-driven workflow.

Prerequisites

  • Node.js 16 or newer and npm 8 or newer installed
  • A Vercel account with an access token (generate at https://vercel.com/account/tokens)
  • Git to clone the repository
  • An MCP-compatible client such as Claude Desktop, Cursor, or Codeium Cascade
1

Clone the repository and install dependencies

The server is not published to npm, so clone it locally and install its dependencies.

git clone https://github.com/Quegenx/vercel-mcp-server.git
cd vercel-mcp-server
npm install
2

Generate a Vercel access token

Go to https://vercel.com/account/tokens, create a new token with an appropriate scope, and copy it. Never commit this token to version control.

3

Set your access token in the source files

Open src/config/constants.ts and src/index.ts and set the DEFAULT_ACCESS_TOKEN constant to your Vercel token. Alternatively, pass it as an environment variable in your MCP config.

# In src/config/constants.ts and src/index.ts, set:
# export const DEFAULT_ACCESS_TOKEN = 'your_vercel_token_here';
4

Build the server

Compile the TypeScript source to JavaScript in the dist/ directory.

npm run build
5

Find your Node.js binary path and configure your MCP client

The MCP config needs the absolute path to node. Use 'which node' (macOS/Linux) or 'where node' (Windows), then add the server entry to your client config.

{
  "mcpServers": {
    "vercel": {
      "command": "/usr/local/bin/node",
      "args": ["/path/to/vercel-mcp-server/dist/index.js"]
    }
  }
}
6

Restart your MCP client and verify

Fully quit and relaunch your MCP client, then ask it to list your Vercel projects to confirm the connection.

Vercel MCP Examples

Client configuration

Example claude_desktop_config.json for running the Vercel MCP server. Replace the node and script paths with the actual absolute paths on your system.

{
  "mcpServers": {
    "vercel": {
      "command": "/usr/local/bin/node",
      "args": ["/path/to/vercel-mcp-server/dist/index.js"]
    }
  }
}

Prompts to try

These prompts exercise the broad range of Vercel management tools the server exposes.

- "List all my Vercel projects and their latest deployment status."
- "Add the custom domain api.myapp.com to my project my-nextjs-app."
- "Set a new environment variable DATABASE_URL for the production environment of project my-api."
- "Cancel the deployment with ID dpl_abc123."
- "Show me the DNS records for myapp.com."

Troubleshooting Vercel MCP

Authentication error 403 when calling Vercel API tools

Verify that DEFAULT_ACCESS_TOKEN is set correctly in both src/config/constants.ts and src/index.ts before running 'npm run build'. The built dist/ files embed the token at compile time, so rebuild after any change to the token.

MCP client shows 'server not found' or fails to launch

Confirm the absolute paths in the MCP config are correct. Run 'which node' to get the exact node path and verify the dist/index.js file exists after 'npm run build'. On Windows use backslashes or escaped forward slashes in the path.

Tool calls succeed but changes are not reflected in the Vercel dashboard immediately

Some Vercel operations (domain propagation, deployment promotion) have propagation delays of several minutes. Wait 2–5 minutes and refresh the dashboard, or ask the AI to describe the current status using a list tool.

Frequently Asked Questions about Vercel MCP

What is Vercel MCP?

Vercel MCP is a Model Context Protocol (MCP) server that powerful model context protocol (mcp) server enabling seamless vercel project management, including deployments, domains, environment variables, and team configurations through cursor's composer or codeium's cascade. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Vercel MCP?

Install via npm with the command: npx -y vercel-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Vercel MCP?

Vercel MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Vercel MCP free to use?

Yes, Vercel MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "vercel-mcp-server": { "command": "npx", "args": ["-y", "vercel-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Vercel MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides