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.
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.
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.
claude mcp add vercel -- npx -y vercel-platform-mcp-server
{
"mcpServers": {
"vercel": {
"args": [
"-y",
"vercel-platform-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.vercel]
command = "npx"
args = ["-y", "vercel-platform-mcp-server"]
{
"mcpServers": {
"vercel": {
"args": [
"-y",
"vercel-platform-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Reference MCP stdio server for observing Vercel projects and deployments.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
Deployment truth verification for AI agents. Verifies the live site matches the build.
Deploy and manage your apps on Qovery
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring
MCP server for managing Fly.io machines, apps, logs, and Docker images.
Manage Laravel Forge servers, sites, and deployments from your AI assistant.
Answers built from our own checks of this server.