Does Vercel have an MCP server?
Vercel maintains an official MCP server.
Closed-source hosted service with an approved-client allowlist (Claude, Cursor, ChatGPT among them) — no public repo.
- Access
- Remote server
- Endpoint
- https://mcp.vercel.com
- Category
- Cloud Platforms
A remote server run by Vercel itself — nothing to install. Documented at vercel.com.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http vercel https://mcp.vercel.comAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.vercel.com - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"vercel": {
"url": "https://mcp.vercel.com"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"vercel": {
"type": "http",
"url": "https://mcp.vercel.com"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.vercel.com - Complete sign-in, then enable the connector in a new chat
Does Vercel have an official MCP server?
Yes. Vercel maintains an official MCP server, hosted at https://mcp.vercel.com.
How do I connect Vercel to Claude?
Add https://mcp.vercel.com as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http vercel https://mcp.vercel.com" in Claude Code.
Do I need to install anything to use the Vercel MCP server?
No. It is a remote server hosted by Vercel, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Vercel MCP is an official remote server with OAuth at mcp.vercel.com — docs search, project and deployment management, log analysis — documented on vercel.com. GitHub metadata is refreshed every six hours.
Vercel MCP is an official remote server with OAuth at mcp.vercel.com — docs search, project and deployment management, log analysis — documented on vercel.com.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.