Vercel MCP Pro
Rank #31,119io.github.helbertparanhos/vercel-mcp-pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
Vercel MCP Pro is a Model Context Protocol (MCP) server published by helbertparanhos. It ranks #31,119 of 115,591 servers tracked on MCP Toplist. Vercel MCP Pro is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 84,472 of 115,591 servers on MCP Toplist.
Use Vercel MCP Pro
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vercel-mcp-pro -e "VERCEL_TOKEN=<your VERCEL_TOKEN>" -e "VERCEL_TEAM_ID=<your VERCEL_TEAM_ID>" -e "VERCEL_READONLY=<your VERCEL_READONLY>" -- npx -y vercel-mcp-proReplace each placeholder with your own value before saving.
[mcp_servers.vercel-mcp-pro]
command = "npx"
args = ["-y", "vercel-mcp-pro"]
[mcp_servers.vercel-mcp-pro.env]
VERCEL_TOKEN = "<your VERCEL_TOKEN>"
VERCEL_TEAM_ID = "<your VERCEL_TEAM_ID>"
VERCEL_READONLY = "<your VERCEL_READONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<your VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<your VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<your VERCEL_READONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<your VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<your VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<your VERCEL_READONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vercel-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<your VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<your VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<your VERCEL_READONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<your VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<your VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<your VERCEL_READONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vercel-mcp-pro": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-pro"
],
"env": {
"VERCEL_TOKEN": "<your VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<your VERCEL_TEAM_ID>",
"VERCEL_READONLY": "<your VERCEL_READONLY>"
}
}
}
}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.helbertparanhos%2Fvercel-mcp-pro)<a href="https://mcptoplist.com/server/io.github.helbertparanhos%2Fvercel-mcp-pro"><img src="https://mcptoplist.com/badge/io.github.helbertparanhos%2Fvercel-mcp-pro.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
helbertparanhos
Other servers by helbertparanhos
- easypanel-mcp-server#7,200 · 6 vers
- n8n Pro MCP#20,572 · 1 ver
- Cloudflare MCP Pro#23,898 · 1 ver
- ClickUp MCP Pro#24,620 · 1 ver
- Resend Email MCP#24,621 · 1 ver
- Post for Me MCP Pro#31,118 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains Vercel MCP Pro?
- Vercel MCP Pro is maintained by helbertparanhos, which publishes 7 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Vercel MCP Pro listed on the Official MCP Registry?
- Yes — Vercel MCP Pro is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Vercel MCP Pro have?
- MCP Toplist tracks 1 version of Vercel MCP Pro, most recently published on Jun 10, 2026.
- Where can I find the source code for Vercel MCP Pro?
- The source code for Vercel MCP Pro is hosted at github.com/helbertparanhos/vercel-mcp-pro.