Vercel MCP
vercel-mcp
Vercel APIに接続するMCPサーバー。
使用法
カーソル
プロジェクトにインストールするには、MCP サーバーを
.cursor/mcp.jsonに追加します。
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"],
}
}
}グローバルにインストールするには、カーソル設定に次のコマンドを追加します。
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- 1つ以上の環境変数を作成する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