Deploy projects, check deployment status, read runtime logs, and manage Vercel configuration directly from Claude Code without opening the Vercel dashboard.
The Vercel MCP connects Claude Code to the Vercel platform API, giving it the ability to deploy projects, inspect deployment build logs, read runtime logs, manage domains, and interact with Vercel's collaboration toolbar — all without leaving your development environment.
mcpizy install vercel
Generate a Vercel API token at vercel.com/account/tokens and provide it during setup. The MCP will detect your team and project context automatically.
Your preview deployment is failing. Ask Claude to diagnose it:
// Claude will:
// 1. List the last 5 deployments for your project
// 2. Identify the failed deployment
// 3. Fetch its build logs
// 4. Pinpoint the error and suggest a fix