PluginBench
MCP Server
Active
MIT

io.github.addiplus/vercel-deployment-mcp MCP Server

io.github.addiplus/vercel-deployment-mcp

What is the io.github.addiplus/vercel-deployment-mcp MCP server?

Reference MCP stdio server for observing Vercel projects and deployments.

How to install io.github.addiplus/vercel-deployment-mcp

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 access token used to read project and deployment information. Create one at https://vercel.com/account/tokens.

  • VERCEL_TEAM_ID

    Optional Vercel team (scope) identifier. Set this when the token belongs to a team so requests target the correct team scope.

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

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →