claudekit / tools / vercel
[ MCP · DevOps ]

Vercel

Vercel's official remote MCP server, hosted by Vercel. Inspect deployments, read build and runtime logs to find failures, and search the docs from Claude Code.

updated
$ claude mcp add --transport http vercel https://mcp.vercel.com copy

Vercel’s official remote MCP server, hosted by Vercel.

Why it matters

When a deployment fails, you open the Vercel dashboard and dig through build logs. Connect the Vercel MCP and you can read deployment state and logs to find the cause — and search the docs — from Claude Code.

What you can do

Representative tasks from Vercel’s official docs:

  • Investigate failed builds — “Why did my latest production deployment fail?” (build logs)
  • Debug runtime errors — “Show me the runtime error logs for my project from the last hour.”
  • Search docs — “How do I configure custom domains in Vercel?”
  • Inspect deployments — “Show me all deployments for my blog project.”
  • Share protected deployments — “myapp.vercel.app is protected by auth. Create a shareable link for it.”
  • Deploy — “Deploy this project to Vercel.”

Grounded in vercel.com/docs/agent-resources/vercel-mcp/tools.

Key features

  • Documentationsearch_documentation
  • Projects and teamslist_projects, get_project, list_teams
  • Deploymentslist_deployments, get_deployment, get_deployment_build_logs, get_runtime_logs
  • Domainscheck_domain_availability_and_price, buy_domain
  • Access and deployget_access_to_vercel_url, deploy_to_vercel, use_vercel_cli

Setup

claude mcp add --transport http vercel https://mcp.vercel.com

After adding, run /mcp to complete the OAuth flow. To scope the session to one project, use a project URL of the form https://mcp.vercel.com/<team>/<project>.

Notes

  • Remote-hosted — OAuth auth
  • Public tools like documentation search work without auth; project and account tools require authentication
  • Confused-deputy protection requires explicit user consent per client connection
  • In Claude.ai and Claude Desktop, add it as a custom connector (Settings → Connectors)
§ 6

See also

same category · curated
[01]
[MCP] Cloudflare · Cloudflare's official remote MCP servers, operated by Cloudflare. Search docs, manage Workers bindings, debug logs, and render pages from Claude Code.
tool · claudekit.io / tools / cloudflare
[02]
[MCP] Sentry · Sentry's official remote MCP server, hosted by Sentry. Pull errors, stack traces, and releases into Claude Code and run Seer root-cause analysis.
tool · claudekit.io / tools / sentry
[03]
[Skill] Google Skills · Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
tool · claudekit.io / tools / google-skills
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is the Vercel MCP?
Vercel's official remote MCP server, hosted by Vercel. It lets Claude Code list projects and deployments, read build and runtime logs to investigate failures, and search the official docs.
§ 7.2
Where does it work?
It works in Claude Code and Claude Desktop. It's remote-hosted, so there's no local MCP server to run.
§ 7.3
How do I install it?
Run `claude mcp add --transport http vercel https://mcp.vercel.com`, then run `/mcp` to complete the OAuth flow.
§ 7.4
What can I do with it?
List and inspect deployments, analyze failed build logs, read runtime error logs, search the docs, and deploy. For example: "Why did my latest production deployment fail?"
§ 7.5
Is it free?
Connecting the MCP server is free. Public tools like documentation search work without auth; project and account tools require Vercel authentication. Vercel's own pricing applies separately.