PluginBench
MCP Server

com.pulsemcp/vercel MCP Server

com.pulsemcp/vercel

What is the com.pulsemcp/vercel MCP server?

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

How to install com.pulsemcp/vercel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VERCEL_TOKEN
    required
    secret

    Vercel API token for authentication.

  • VERCEL_TEAM_ID

    Team ID for team-scoped operations.

  • VERCEL_TEAM_SLUG

    Team URL slug for team-scoped operations.

  • VERCEL_ENABLED_TOOLGROUPS

    Comma-separated list of tool groups to enable (readonly, readwrite).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server",
        "-y"
      ],
      "env": {
        "VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server",
        "-y"
      ],
      "env": {
        "VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server",
        "-y"
      ],
      "env": {
        "VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vercel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vercel-platform-mcp-server",
        "-y"
      ],
      "env": {
        "VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
        "VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
        "VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
        "VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Claude Code
claude mcp add vercel --env VERCEL_TOKEN=<YOUR_VERCEL_TOKEN> --env VERCEL_TEAM_ID=<YOUR_VERCEL_TEAM_ID> --env VERCEL_TEAM_SLUG=<YOUR_VERCEL_TEAM_SLUG> --env VERCEL_ENABLED_TOOLGROUPS=<YOUR_VERCEL_ENABLED_TOOLGROUPS> -- npx -y vercel-platform-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →