vercel-mcp
Vercel APIに接続するMCPサーバー。
使用法
Smithery経由でインストール
Smithery経由で Claude Desktop 用の vercel-api-mcp-fork を自動的にインストールするには:
カーソル
プロジェクトにインストールするには、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
- 環境変数を編集する
This server cannot be installed
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.
Vercel API との対話を可能にし、自然言語コマンドを通じてデプロイメント、DNS レコード、ドメイン、プロジェクト、環境変数を管理できる MCP サーバー。
Related MCP Servers
- 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
- AsecurityAlicenseAqualityAn MCP server that provides tools for interacting with Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language.Last updated -719618MIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates with Backlog API, enabling project management operations including issues, projects, and wikis through natural language interactions.Last updated -1213,7163MIT License
- -securityFlicense-qualityAn MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.Last updated -13,7166