Vercel MCP
Deployments and previews for agents
Vercel's official MCP server lets an AI inspect your projects and deployments and read build/runtime logs — ideal for debugging a failed deploy alongside a coding agent. Add the hosted endpoint https://mcp.vercel.com as a remote/OAuth connector; for stdio-only clients use the mcp-remote bridge below.
Install Vercel MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vercel.com"
]
}
}
}Run in your terminal
claude mcp add vercel -- npx -y mcp-remote https://mcp.vercel.com Paste into .cursor/mcp.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vercel.com"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 1,900
- Maintainer
- Vercel (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.