Vercel MCP Integration
@nganiet
关于 Vercel MCP Integration
MCP server connecting Claude to Vercel
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vercel": {
"command": "node",
"args": [
"path_to_the_build_indexjs"
],
"env": {
"VERCEL_API_TOKEN": "YOUR TOKEN HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
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
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
🐋 Docker MCP server
ckreilingMCP server for Docker
评论