vercel-deployment-mcp
Rank #23,042io.github.addiplus/vercel-deployment-mcp
Reference MCP stdio server for observing Vercel projects and deployments.
vercel-deployment-mcp is a Model Context Protocol (MCP) server published by addiplus. It ranks #23,042 of 115,591 servers tracked on MCP Toplist. vercel-deployment-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 9, 2026 and most recently updated on Jul 9, 2026.
Ranks ahead of 92,549 of 115,591 servers on MCP Toplist.
Use vercel-deployment-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vercel-deployment-mcp -e "VERCEL_TOKEN=<your VERCEL_TOKEN>" -e "VERCEL_TEAM_ID=<your VERCEL_TEAM_ID>" -- npx -y @addiplus/vercel-deployment-mcpReplace each placeholder with your own value before saving.
[mcp_servers.vercel-deployment-mcp]
command = "npx"
args = ["-y", "@addiplus/vercel-deployment-mcp"]
[mcp_servers.vercel-deployment-mcp.env]
VERCEL_TOKEN = "<your VERCEL_TOKEN>"
VERCEL_TEAM_ID = "<your VERCEL_TEAM_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.addiplus%2Fvercel-deployment-mcp)<a href="https://mcptoplist.com/server/io.github.addiplus%2Fvercel-deployment-mcp"><img src="https://mcptoplist.com/badge/io.github.addiplus%2Fvercel-deployment-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
addiplus
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains vercel-deployment-mcp?
- vercel-deployment-mcp is maintained by addiplus, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is vercel-deployment-mcp listed on the Official MCP Registry?
- Yes — vercel-deployment-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does vercel-deployment-mcp have?
- MCP Toplist tracks 1 version of vercel-deployment-mcp, most recently published on Jul 9, 2026.
- Where can I find the source code for vercel-deployment-mcp?
- The source code for vercel-deployment-mcp is hosted at github.com/addiplus/vercel-deployment-mcp.