Skip to content
Windsurf

vercel deployment mcp for Windsurf

io.github.addiplus/vercel-deployment-mcp

Reference MCP stdio server for observing Vercel projects and deployments.

client:Windsurf transport:stdio runtime:npm

Install vercel deployment mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

vercel deployment mcp in other clients