mcpfreemiumverified Stable

Vercel MCP

Deployments and previews for agents

Vercel's official MCP server lets an AI inspect your projects and deployments and read build/runtime logs — ideal for debugging a failed deploy alongside a coding agent. Add the hosted endpoint https://mcp.vercel.com as a remote/OAuth connector; for stdio-only clients use the mcp-remote bridge below.

Install Vercel MCP

Paste into claude_desktop_config.json

{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vercel.com"
      ]
    }
  }
}

After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.

Facts

Stars
★ 1,900
Maintainer
Vercel (official)
🛡 Security & capability audit for Vercel MCP →

Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.

Works with