vercel-mcp
Vercel APIに接続するMCPサーバー。
使用法
カーソル
プロジェクトにインストールするには、MCP サーバーを
.cursor/mcp.json
に追加します。
グローバルにインストールするには、カーソル設定に次のコマンドを追加します。
ウィンドサーフィン
MCP サーバーを
~/.codeium/windsurf/mcp_config.json
ファイルに追加します。
ツール
この 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
- 環境変数を編集する
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Vercel API と対話するためのツールを提供し、自然言語によるデプロイメント、DNS レコード、ドメイン、プロジェクト、環境変数の管理を可能にする MCP サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -14MIT License
- -securityAlicense-qualityMCP 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.Last updated -03MIT License
- AsecurityFlicenseAqualityA 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.Last updated -19654
- -securityAlicense-qualityAn MCP server that enables interaction with the Vercel API to manage deployments, DNS records, domains, projects, and environment variables through natural language commands.Last updated -196MIT License