Vercel MCP Integration
@nganiet
About Vercel MCP Integration
MCP server connecting Claude to Vercel
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vercel": {
"command": "node",
"args": [
"path_to_the_build_indexjs"
],
"env": {
"VERCEL_API_TOKEN": "YOUR TOKEN HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vercel MCP Integration?
An MCP server that wraps Vercel's REST API into tools for AI Assistants like Claude and Cursor. It allows developers to manage deployments, projects, environment variables, and teams programmatically.
How to use Vercel MCP Integration?
Install Node.js 18+, clone the repo, run npm install, configure a .env file with your VERCEL_API_TOKEN, and start the server with npm start. Then connect your MCP client (Claude, Cursor, or custom) via stdio or HTTP. Alternatively, deploy with Docker.
Key features of Vercel MCP Integration
- List, get, and create deployments with filtering
- Create, list, and find projects
- Manage environment variables and custom environments
- List and create teams
- Supports stdio and HTTP transports
Use cases of Vercel MCP Integration
- Monitor and manage deployments via natural language
- Automate project creation and CI/CD pipelines
- Retrieve and update environment variables across projects
- Manage team membership and organization
FAQ from Vercel MCP Integration
What runtime and dependencies are required?
Node.js 18+ and a Vercel API token. The server runs locally or in Docker.
How does authentication work?
The server reads a VERCEL_API_TOKEN environment variable to authenticate with Vercel's REST API.
Can I use this with Cursor or Claude?
Yes. The README provides specific integration steps for both Claude Code and Cursor.
Does the server support HTTP transport?
Yes. You can use mcp-proxy to expose it as an HTTP server on port 3399 for clients that support HTTP.
Where does my data live?
Data stays within your Vercel account; the server acts as a proxy and does not store any data locally.
More Cloud & Infrastructure MCP servers
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments