mcpbeat Sign in

Vercel Deployment MCP Server

local only

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

Reference MCP stdio server for observing Vercel projects and deployments.

Installs per day peak 40 · avg 8 · +296% w/w
a month agotoday
76
Installs / week
npm · @addiplus/vercel-deployment-mcp
0
Stars
1 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vercel Deployment MCP 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-deployment-mcp -- npx -y @addiplus/vercel-deployment-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vercel-deployment-mcp": {
      "args": [
        "-y",
        "@addiplus/vercel-deployment-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vercel-deployment-mcp]
command = "npx"
args = ["-y", "@addiplus/vercel-deployment-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vercel-deployment-mcp": {
      "args": [
        "-y",
        "@addiplus/vercel-deployment-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vercel-deployment-mcp": {
      "args": [
        "-y",
        "@addiplus/vercel-deployment-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VERCEL_TOKEN (Vercel API access token used to read project and deployment information. Create one at https://vercel.com/account/tokens.), VERCEL_TEAM_ID (Optional Vercel team (scope) identifier. Set this when the token belongs to a team so requests target the correct team scope.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vercel Deployment MCP

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.

183 installs/wk local only
Vercel
by pulsemcp

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

53 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering
Railway MCP
by railway

Develop, manage, and debug Railway projects, services, and deployments from within agents.

answering
Komodo MCP Server
by mp-tool

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

98 installs/wk local only
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

295 installs/wk answering
I
Airbrake MCP Server
by dach3r

Query Airbrake errors, notices, deploys, and project stats from MCP clients

86 installs/wk local only

Vercel Deployment MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vercel Deployment MCP?
Vercel Deployment MCP 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 @addiplus/vercel-deployment-mcp was installed 76 times last week.
How do I connect Vercel Deployment MCP?
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 @addiplus/vercel-deployment-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vercel Deployment MCP?
The npm package @addiplus/vercel-deployment-mcp was installed 76 times in the last week. Week over week that is +296%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vercel Deployment MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.