Vercel MCP
Rank #12,603com.vercel/vercel-mcp
MCP server providing vercel-mcp capabilities
Vercel MCP is a Model Context Protocol (MCP) server published by vercel. It ranks #12,603 of 115,591 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Vercel MCP is listed on Official MCP, with 4 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Jan 14, 2026.
Ranks ahead of 102,988 of 115,591 servers on MCP Toplist.
Use Vercel MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http vercel-mcp https://mcp.vercel.com/[mcp_servers.vercel-mcp]
url = "https://mcp.vercel.com/"Add to ~/.codex/config.toml.
https://mcp.vercel.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"vercel-mcp": {
"url": "https://mcp.vercel.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vercel-mcp": {
"type": "http",
"url": "https://mcp.vercel.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vercel-mcp": {
"serverUrl": "https://mcp.vercel.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vercel-mcp": {
"url": "https://mcp.vercel.com/"
}
}
}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/com.vercel%2Fvercel-mcp)<a href="https://mcptoplist.com/server/com.vercel%2Fvercel-mcp"><img src="https://mcptoplist.com/badge/com.vercel%2Fvercel-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
vercel
Other servers by vercel
View all vercel servers →Available versions (4)
| Version | Published |
|---|---|
| 0.0.3 | Jan 14, 2026 |
| 0.0.2 | Sep 17, 2025 |
| 0.0.1 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Vercel MCP?
- Vercel MCP is maintained by vercel, which publishes 3 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Vercel MCP listed on the Official MCP Registry?
- Yes — Vercel MCP is listed on the Official MCP Registry.
- How many versions does Vercel MCP have?
- MCP Toplist tracks 4 versions of Vercel MCP, most recently published on Jan 14, 2026.
- Where can I find the source code for Vercel MCP?
- The source code for Vercel MCP is hosted at github.com/vercel/vercel-mcp-overview.