Vercel MCP
维塞尔-MCP
连接到 Vercel API 的 MCP 服务器。
用法
光标
要在项目中安装,请将 MCP 服务器添加到
.cursor/mcp.json:
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"],
}
}
}要全局安装,请将此命令添加到您的 Cursor 设置中:
npx vercel-mcp VERCEL_API_KEY=<your-vercel-api-key>风帆冲浪
将 MCP 服务器添加到您的
~/.codeium/windsurf/mcp_config.json文件:
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"]
}
}
}Related MCP server: MCP Server
工具
该 MCP 服务器提供以下与 Vercel API 交互的工具:
部署
getVercelDeploymentEvents- 通过部署 ID 和构建 ID 获取部署事件getVercelDeployment- 通过 ID 或 URL 获取部署cancelVercelDeployment- 取消部署listVercelDeploymentFiles- 列出部署文件getVercelDeploymentFileContents- 获取部署文件内容getVercelDeployments- 列出部署deleteVercelDeployment- 删除部署
DNS
getVercelDNSRecords- 列出域的 DNS 记录createVercelDNSRecord- 为域创建 DNS 记录updateVercelDNSRecord- 更新 DNS 记录deleteVercelDNSRecord- 删除 DNS 记录
域
getVercelDomainConfig- 获取域的配置getVercelDomain- 获取单个域的信息getVercelDomains- 列出经过身份验证的用户或团队的所有域
项目
getVercelProjects- 检索项目列表updateVercelProject- 更新现有项目getVercelProjectDomains- 通过项目 ID 或名称检索项目域getVercelProjectDomain- 获取项目域updateVercelProjectDomain- 更新项目域removeVercelProjectDomain- 从项目中删除域addVercelProjectDomain- 向项目添加域verifyVercelProjectDomain- 验证项目域
环境变量
filterVercelProjectEnvs- 检索项目的环境变量getVercelProjectEnv- 检索环境变量的解密值createVercelProjectEnv- 创建一个或多个环境变量removeVercelProjectEnv- 删除环境变量editVercelProjectEnv- 编辑环境变量
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.134MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.113MIT
- AlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.1,77462MIT
- FlicenseNot gradedqualityDmaintenanceA serverless, multi-tenant implementation of MCP servers that runs on Vercel with fluid compute mode, allowing multiple users to connect to the same endpoint while maintaining session state through Redis.12
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A MCP server built for developers enabling Git based project management with project and personal…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zueai/vercel-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server