← Back to Plugins
MCP Server MCP

Vercel MCP Pro

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "vercel-mcp-pro",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Vercel access token from vercel.com/account/settings/tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "VERCEL_TOKEN"
        },
        {
          "description": "Default team scope (empty = personal account)",
          "name": "VERCEL_TEAM_ID"
        },
        {
          "description": "Set to true to block all write/delete tools",
          "name": "VERCEL_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...