MCP.so
ログイン

Vercel MCP Integration

@nganiet

Vercel MCP Integration について

MCP server connecting Claude to Vercel

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

nganiet

投稿者

Franck Nganiet

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "vercel": {
      "command": "node",
      "args": [
        "path_to_the_build_indexjs"
      ],
      "env": {
        "VERCEL_API_TOKEN": "YOUR TOKEN HERE"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Vercel MCP Integration?

An MCP server that wraps Vercel's REST API into tools for AI Assistants like Claude and Cursor. It allows developers to manage deployments, projects, environment variables, and teams programmatically.

How to use Vercel MCP Integration?

Install Node.js 18+, clone the repo, run npm install, configure a .env file with your VERCEL_API_TOKEN, and start the server with npm start. Then connect your MCP client (Claude, Cursor, or custom) via stdio or HTTP. Alternatively, deploy with Docker.

Key features of Vercel MCP Integration

  • List, get, and create deployments with filtering
  • Create, list, and find projects
  • Manage environment variables and custom environments
  • List and create teams
  • Supports stdio and HTTP transports

Use cases of Vercel MCP Integration

  • Monitor and manage deployments via natural language
  • Automate project creation and CI/CD pipelines
  • Retrieve and update environment variables across projects
  • Manage team membership and organization

FAQ from Vercel MCP Integration

What runtime and dependencies are required?

Node.js 18+ and a Vercel API token. The server runs locally or in Docker.

How does authentication work?

The server reads a VERCEL_API_TOKEN environment variable to authenticate with Vercel's REST API.

Can I use this with Cursor or Claude?

Yes. The README provides specific integration steps for both Claude Code and Cursor.

Does the server support HTTP transport?

Yes. You can use mcp-proxy to expose it as an HTTP server on port 3399 for clients that support HTTP.

Where does my data live?

Data stays within your Vercel account; the server acts as a proxy and does not store any data locally.

コメント

「クラウドとインフラ」の他のコンテンツ