mcpbeat Sign in

Vercel MCP Server

local only

Vercel runs on your own machine — the client starts it, so there is no endpoint to ping. 102 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 26 · avg 9 · +14% w/w
a month agotoday
102
Installs / week
npm · vercel-platform-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: VERCEL_TOKEN (Vercel API token for authentication.), VERCEL_TEAM_ID (Team ID for team-scoped operations.), VERCEL_TEAM_SLUG (Team URL slug for team-scoped operations.), VERCEL_ENABLED_TOOLGROUPS (Comma-separated list of tool groups to enable (readonly, readwrite).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vercel

same job, measured the same way
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Komodo MCP Server
by mp-tool

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

153 installs/wk local only
I
targetly-mcp
by abduljabbarbxr

Deployment truth verification for AI agents. Verifies the live site matches the build.

638 installs/wk local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
InsForge
by insforge

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

461 installs/wk answering
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Laravel Forge
by usefulapi

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

17 tools answering

Vercel — questions

Answers built from our own checks of this server.

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