Vercel MCP
Vercel MCP is an official MCP server enabling AI tools to securely manage Vercel projects. It offers features like documentation search, project management, and deployment log analysis.
How to Install and Use Vercel MCP
Vercel MCP is Vercel's official MCP server that lets AI tools securely connect to your Vercel projects. It helps you manage projects, deployments, and search documentation easily. Below is a simple guide on how to install and use Vercel MCP with some practical examples.
Setting Up Vercel MCP with VS Code and Copilot
If you use VS Code, you can add Vercel MCP quickly:
- Open VS Code.
- Press
Ctrl+Shift+P(orCmd+Shift+Pon macOS) to open the Command Palette. - Type and select MCP: Add Server.
- Choose HTTP as the server type.
- Enter the following details:
- URL:
https://mcp.vercel.com - Name:
Vercel
- URL:
- Pick whether this is for your Global or Workspace setup.
- Click Add.
Next, you need to authorize your access:
- Again open the Command Palette.
- Type and select MCP: List Servers.
- Choose your newly added Vercel server.
- Click Start Server.
- When a dialog says "Allow", click Allow.
- A popup may appear — click Cancel.
- You'll get a message saying authorization is needed — click Yes.
- Click Open to complete the Vercel sign-in process.
Now, your VS Code has Vercel MCP ready to use!
Using Vercel MCP with ChatGPT
ChatGPT Pro and Plus users can add Vercel MCP as a custom connector:
First, enable Developer Mode following the instructions on ChatGPT:
- Go to Settings → Connectors.
- Find Advanced settings and enable Developer mode.
Then add Vercel MCP as a connector:
- Open ChatGPT Settings.
- In the Connectors tab, click to add a new connector.
- Enter:
- Name:
Vercel - MCP server URL:
https://mcp.vercel.com - Authentication: OAuth or as required.
- Name:
- Click Create.
The Vercel connector will then appear inside ChatGPT's Developer Mode for your conversations.
Adding Vercel MCP to Cursor
Cursor users can quickly add Vercel MCP with a single click or manual snippet:
Simply click this link inside Cursor:
cursor://anysphere.cursor-deeplink/mcp/install?name=vercel&config=eyJ1cmwiOiJodHRwczovL21jcC52ZXJjZWwuY29tIn0%3D
If you want to add it manually, insert this snippet inside your project-specific or global .cursor file (see Cursor docs for format) to point to:
https://mcp.vercel.com
Authorize access when prompted, and you're ready!
Installing with Raycast
For Raycast users, follow these easy steps:
- Run the Install Server command in Raycast.
- Enter:
- Name:
Vercel - Transport:
HTTP - URL:
https://mcp.vercel.com
- Name:
- Click Install.
You will then be prompted to authorize Raycast's access to your Vercel account.
Quick Setup with Gemini Code Assist and CLI
Gemini tools also support Vercel MCP:
- Add this config to your
mcp-servers.jsonfile:
{
"name": "Vercel",
"url": "https://mcp.vercel.com"
}
- Restart your Gemini IDE or run the Gemini CLI.
- Run the command to list MCP servers and select the Vercel one.
- Authorize access when prompted.
This lets you use Vercel MCP directly with Gemini IDE extensions or CLI.
Follow these simple steps to install Vercel MCP with your preferred AI tools. Always use the official endpoint https://mcp.vercel.com to stay secure. Once connected, you can start managing projects, deployments, and documentation using the powerful Vercel MCP server.