Skip to content
Grok

vercel for Grok

com.pulsemcp/vercel

MCP server for Vercel — manage deployments and view build and runtime application logs.

client:Grok transport:stdio runtime:npm

Install vercel 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}

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 in other clients