Vercel API MCP Server
Deploy projects, manage domains, and monitor deployments through your AI agent.
Quick Answer
- 1. The Vercel API MCP server lets Claude, Cursor, and VS Code interact with the Vercel API API through natural language.
- 2. Setup: Add the config to
claude_desktop_config.json, set your Bearer Token variables, and restart. - 3. 3 operations available including List projects, Create project, List deployments.
- 4. Quality score: 58/99 — fair 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_TOKENExample: 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"
}
}
}
}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.
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
/v9/projectsList projects
/v9/projectsCreate project
/v6/deploymentsList 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
- +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 →Similar APIs
Other APIs in the Cloud Infrastructure category.
Supabase API
Manage Supabase projects, databases, authentication, and storage through your AI agent.
API KeyCloudflare API
Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.
API KeyDigitalOcean API
# Introduction The DigitalOcean API allows you to manage Droplets and resources within the DigitalOcean cloud in a simple, programmatic way using conventional HTTP requests. All of the functionality that you are familiar with in the DigitalOcean control panel is also available through the API, all
AWS Migration Hub
<p>The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.</p> <p>Remember that you must set your AWS Migration Hub home region before you call any of these AP