mcpbeat Sign in

Vercel MCP Pro MCP Server

local only

Vercel MCP Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 10 Sep 2026.

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

Installs per day peak 26 · avg 10 · +26% w/w
a month agotoday
66
Installs / week
npm · vercel-mcp-pro
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vercel MCP Pro every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vercel-mcp-pro -- npx -y vercel-mcp-pro
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vercel-mcp-pro": {
      "args": [
        "-y",
        "vercel-mcp-pro"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vercel-mcp-pro]
command = "npx"
args = ["-y", "vercel-mcp-pro"]
.cursor/mcp.json
{
  "mcpServers": {
    "vercel-mcp-pro": {
      "args": [
        "-y",
        "vercel-mcp-pro"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vercel-mcp-pro": {
      "args": [
        "-y",
        "vercel-mcp-pro"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VERCEL_TOKEN (Vercel access token from vercel.com/account/settings/tokens), VERCEL_TEAM_ID (Default team scope (empty = personal account)), VERCEL_READONLY (Set to true to block all write/delete tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vercel MCP Pro

same job, measured the same way
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Prefab
by prefabapp

List, create and deploy your Prefab project templates from any MCP agent.

36 installs/wk local only
MaShop MCP
by mashop

Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.

answering
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
Alchemist Cloud Tickets
by chipp

Dispatch and track Alchemist Cloud tickets, watch deploys, read logs, and query your project DB.

answering
nyxory
by nyxory

Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.

46 installs/wk answering

Vercel MCP Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for Vercel MCP Pro?
Vercel MCP Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vercel-mcp-pro was installed 66 times last week.
How do I connect Vercel MCP Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vercel-mcp-pro straight from npm; nothing to host, nothing to sign up for.
How many people use Vercel MCP Pro?
The npm package vercel-mcp-pro was installed 66 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vercel MCP Pro open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.