Skip to content
Cursor

Vercel MCP Pro for Cursor

io.github.helbertparanhos/vercel-mcp-pro

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

client:Cursor transport:stdio runtime:npm

Install Vercel MCP Pro 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-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vercel-mcp-pro"
      ],
      "env": {
        "VERCEL_TOKEN": "<VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
        "VERCEL_READONLY": "<VERCEL_READONLY>"
      }
    }
  }
}

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

Vercel MCP Pro in other clients