Vercel MCP Integration
@nganiet
About Vercel MCP Integration
MCP server connecting Claude to Vercel
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Comments