mcps / vercel
✓ MCPExplorer Verified

Vercel MCP server

Deploys, logs, and production debugging for your agent.

Infrastructureby VercelOAuth

01What it is

Vercel's official MCP server gives your agent hands on your Vercel account — inspect deployments and their build and runtime logs, surface runtime errors, manage projects, and search the Vercel docs — scoped by OAuth to exactly what you grant. The deploy-and-debug half of a product engineering loop.

Who it’s for: Teams shipping on Vercel who want their agent to check deploys and debug production without leaving the loop.


02Highlights
Deploys & logs
List and inspect deployments, read build + runtime logs, and pull runtime errors to debug production.
Projects & docs
List and get projects, and search official Vercel docs so the agent works from current, correct guidance.

03Add it to your agent

Remote MCP server (Streamable HTTP) — oauth.

claude mcp add --transport http vercel https://mcp.vercel.com
{ "mcpServers": { "vercel": { "type": "streamable-http", "url": "https://mcp.vercel.com" } } }

07FAQ
What is Vercel MCP?

Vercel's official MCP server gives your agent hands on your Vercel account — inspect deployments and their build and runtime logs, surface runtime errors, manage projects, and search the Vercel docs — scoped by OAuth to exactly what you grant. The deploy-and-debug half of a product engineering loop.

Who is Vercel for?

Teams shipping on Vercel who want their agent to check deploys and debug production without leaving the loop.

How do I connect Vercel to my agent?

Vercel is a remote MCP server at https://mcp.vercel.com. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add --transport http vercel https://mcp.vercel.com.

Does Vercel require authentication?

Yes — Vercel authenticates with OAuth. You connect your own account, and it acts only within the scopes you grant.

Is Vercel verified on MCPExplorer?

Yes — Vercel is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

Vercel is featured on MCPExplorer. Add this badge to Vercel’s site or README — it links back to this page.

Vercel MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/vercel" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/vercel.svg" alt="Vercel MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Vercel MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/vercel.svg)](https://mcpexplorer.com/mcps/vercel)

Get started

Set up Vercel and put it to work. Or see its full verified profile.