Vercel MCP Server
Vercel MCP サーバー 🚀
🔥 CursorのComposerとCodeiumのCascadeの両方を通じて、Vercelのデプロイメントを完全に管理できる強力なModel Context Protocol(MCP)サーバーです。このツールは、デプロイメント、ドメイン、環境変数など、包括的な機能を備え、シームレスなプロジェクト管理を実現します。
📚 目次
Related MCP server: Vercel MCP
🔧 前提条件
Node.js >= 16.x
npm >= 8.x
以下の機能を備えた Vercel アカウント:
アクセストークン
チームID(オプション)
プロジェクトID(オプション)
Cursor IDE または Codeium の Cascade (有料ユーザー向け)
🚀 クイックスタート
📥 インストール
# Clone the repository
git clone https://github.com/Quegenx/vercel-mcp-server.git
cd vercel-mcp-server
# Install dependencies
npm install
# Build the project
npm run build⚙️ 構成
依存関係をインストールしてプロジェクトをビルドします。
npm install npm run buildVercel アクセス トークンを設定します。
アクセストークンを生成するには、 https://vercel.com/account/tokensにアクセスしてください。
次の両方のファイルでトークンを更新します。
src/config/constants.ts内:export const DEFAULT_ACCESS_TOKEN = "YOUR_ACCESS_TOKEN"; // Replace with your actual tokensrc/index.ts内:export const DEFAULT_ACCESS_TOKEN = "YOUR_ACCESS_TOKEN"; // Replace with your actual token
カーソルの MCP 設定で、次のコマンドを使用してサーバーを追加します。
macOSの場合:
# Default installation /usr/local/bin/node /path/to/vercel-mcp/dist/index.js # Homebrew installation /opt/homebrew/bin/node /path/to/vercel-mcp/dist/index.js # NVM installation ~/.nvm/versions/node/v18.x.x/bin/node /path/to/vercel-mcp/dist/index.jsWindowsの場合:
# Default installation C:\Program Files\nodejs\node.exe C:\path\to\vercel-mcp\dist\index.js # NVM for Windows C:\nvm4w\nodejs\node.exe C:\path\to\vercel-mcp\dist\index.js # Scoop installation C:\Users\username\scoop\apps\nodejs\current\node.exe C:\path\to\vercel-mcp\dist\index.jsLinuxの場合:
# Default installation /usr/bin/node /path/to/vercel-mcp/dist/index.js # NVM installation ~/.nvm/versions/node/v18.x.x/bin/node /path/to/vercel-mcp/dist/index.js/path/to/vercel-mcpまたはC:\path\to\vercel-mcp実際のインストール パスに置き換えます。Node.js パスを見つけるには:
# macOS/Linux which node # Windows where node
注意: Vercel アクセス トークンを安全に保管し、バージョン管理にコミットしないでください。
🎯 機能
🎯 利用可能なツール
チームマネジメント
チーム:
create_team、delete_team、get_team、list_teams、update_teamチームメンバー:
list_team_members、invite_team_member、remove_team_member、update_team_member
プロジェクト管理
プロジェクト:
list_projects、create_project、delete_project、update_project、pause_projectプロジェクトメンバー:
add_project_member、list_project_members、remove_project_memberプロジェクト移管:
request_project_transfer、accept_project_transfer
展開管理
デプロイメント:
create_deployment、cancel_deployment、get_deployment、delete_deployment、list_deploymentデプロイメントイベント:
get_deployment_events、update_deployment_integrationデプロイメント ファイル:
list_deployment_files、upload_deployment_files、get_deployment_fileプロモーション:
promote_deployment、get_promotion_aliases
ドメインとDNS管理
ドメイン:
add_domain、remove_domain、get_domain、list_domains、get_project_domainドメイン操作:
domain_check、domain_price、domain_config、domain_registry、domain_get、domain_list、domain_buy、domain_register、domain_remove、domain_updateDNS:
create_dns_record、delete_dns_record、list_dns_records、update_dns_record証明書:
get_cert、issue_cert、remove_cert、upload_cert
環境と構成
環境変数:
add_env、update_env、delete_env、get_env、list_envエッジ構成:
create_edge_config、update_edge_config、delete_edge_config、get_edge_config、list_edge_configsエッジ構成項目:
list_edge_config_items、get_edge_config_item、update_edge_config_itemsエッジ構成スキーマ:
get_edge_config_schema、update_edge_config_schema、delete_edge_config_schemaエッジ構成トークン:
create_edge_config_token、get_edge_config_token、list_edge_config_tokens、delete_edge_config_tokensエッジ構成のバックアップ:
list_edge_config_backups、get_edge_config_backup
アクセス制御とセキュリティ
アクセス グループ:
create_access_group、delete_access_group、update_access_group、get_access_group、list_access_groupsアクセス グループ プロジェクト:
create_access_group_project、delete_access_group_project、get_access_group_project、list_access_group_projectsアクセスグループのメンバー:
list_access_group_members認証:
create_auth_token、delete_auth_token、get_auth_token、list_auth_tokens、sso_token_exchangeファイアウォール:
create_firewall_bypass、delete_firewall_bypass、get_firewall_bypass、get_attack_status、update_attack_mode、get_firewall_config、update_firewall_config、put_firewall_config
監視とログ記録
ログ ドレイン:
logdrain_create、logdrain_createIntegration、logdrain_delete、logdrain_deleteIntegration、logdrain_get、logdrain_list、logdrain_listIntegrationWebhook:
create_webhook、delete_webhook、list_webhooks、get_webhookアナリティクス:
send_web_vitals
ユーザー管理
ユーザー:
delete_user、get_user、list_user_events
マーケットプレイスと統合
マーケットプレイス:
create_marketplace_event、get_marketplace_account、get_marketplace_invoice、get_marketplace_member、import_marketplace_resource、submit_marketplace_billing、submit_marketplace_invoice、update_marketplace_secrets、marketplace_sso_token_exchange、submit_marketplace_balance、marketplace_invoice_action統合:
int_delete、int_list、int_gitns、int_searchRepo、int_get、int_updateAction
環境と秘密
環境:
create_environment、delete_environment、get_environment、list_environments、update_environmentシークレット:
create_secret、update_secret_name、delete_secret、get_secret、list_secrets
アーティファクトとエイリアス
アーティファクト:
check_artifact、download_artifact、get_artifact_status、query_artifacts、record_artifact_events、upload_artifactエイリアス:
assign_alias、delete_alias、get_alias、list_aliases、list_deployment_aliases
💡 使用方法
MCPサーバーの設定が完了すると、CursorのComposerを通じてVercelのすべての管理ツールが利用可能になります。Vercelプロジェクトで何をしたいかを記述するだけで、AIが適切なコマンドを使用します。
例:
📋「すべてのプロジェクトを一覧表示する」
🚀「新しい Next.js プロジェクトを作成する」
🌐 「プロジェクトにカスタムドメインを追加する」
🔑「環境変数を設定する」
🔒 セキュリティに関する注意事項
🔐 Vercelアクセストークンを安全に保管しましょう
⚠️ 機密性の高い資格情報をバージョン管理にコミットしないでください
👮 適切なアクセス制御と権限を使用する
🛡️ Vercel のセキュリティのベストプラクティスに従ってください
🛠️ トラブルシューティング
よくある問題
Node.js パスの問題
正しいNode.jsパスを使用していることを確認してください
Mac/Linuxの場合:
which nodeを使用して正しいパスを見つけますWindowsの場合:
where nodeを使用して正しいパスを見つけます
アクセストークンの問題
Vercelアクセストークンが有効であることを確認してください
トークンに必要な権限があるかどうかを確認する
トークンの有効期限が切れていないことを確認する
MCPがツールを検出しない
カーソルのMCP設定の更新ボタンをクリックします
サーバーが実行中であることを確認します(エラーメッセージはありません)
Vercelの認証情報が有効であることを確認してください
デバッグモード
詳細なログを表示するには、コマンドの前にDEBUG=trueを追加します。
# macOS/Linux
DEBUG=true /usr/local/bin/node /path/to/vercel-mcp/dist/index.js
# Windows
set DEBUG=true && "C:\Program Files\nodejs\node.exe" "C:\path\to\vercel-mcp\dist\index.js"引き続き問題が発生する場合は、次の方法で問題を報告してください:
オペレーティングシステム
Node.js バージョン (
node --version)完全なエラーメッセージ
再現手順
🤝 貢献する
貢献を歓迎します!お気軽にプルリクエストを送信してください。
📄 ライセンス
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A Model Context Protocol server for Wix AI tools
Related MCP Servers
- AlicenseCqualityNot gradedmaintenanceAn MCP server that provides tools for interacting with Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language.71,42219-
- AlicenseBqualityDmaintenanceAn MCP server that provides various tools for interacting with the Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language commands.71,42220MIT
- AlicenseBqualityDmaintenanceProvides a Model Context Protocol server to integrate Vercel API for managing projects, deployments, environment variables, and domains.131825MIT
- AlicenseAqualityCmaintenanceA comprehensive MCP server with 70 tools covering the entire Vercel REST API, enabling management of deployments, projects, environment variables, domains, DNS, aliases, certificates, logs, checks, webhooks, edge config, and teams via a Vercel access token.7085MIT
Appeared in Searches
- Mendeley MCP server or integration
- Full-stack development assistant with DevOps, database management, QA automation, and business workflow integration
- MCP servers for full-stack development, DevOps, Supabase, QA, and AI agent orchestration
- Information about Gandhi or Gandi domain registrar
- A manager for organizing and handling tools
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/Quegenx/vercel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server