Skip to content
Cline

vercel deployment mcp for Cline

io.github.addiplus/vercel-deployment-mcp

Reference MCP stdio server for observing Vercel projects and deployments.

client:Cline transport:stdio runtime:npm

Install vercel deployment mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vercel-deployment-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@addiplus/vercel-deployment-mcp"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vercel deployment mcp in other clients