Skip to content

vercel deployment mcp for Grok

io.github.addiplus/vercel-deployment-mcp

Reference MCP stdio server for observing Vercel projects and deployments.

client:Grok transport:stdio runtime:npm

Install vercel deployment mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vercel deployment mcp in other clients