Skip to content
Cursor

vercel for Cursor

com.pulsemcp/vercel

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

client:Cursor transport:stdio runtime:npm

Install vercel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vercel in other clients