Official Vercel integration β manage deployments, logs, env vars, and projects from your AI agent
The official Vercel MCP server brings your entire deployment workflow into your AI agent. Monitor builds, manage environments, check logs, and fix the "works locally but not on Vercel" loop β all without leaving your editor. Features: - List and inspect deployments across all projects - Pull build logs from failing deployments - Manage environment variables (create, update, delete) - Create and configure new projects - Monitor deployment health and build times - Manage team members and permissions - Access edge function logs and analytics - Handle custom domains and DNS Why it matters: The #1 most frustrating part of Next.js development is debugging production-only errors. Vercel MCP gives Claude direct access to your actual build logs β it can see the error, trace it to the cause, and suggest the fix without you copy-pasting log output into chat.
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"vercelMcp": {
"command": "npx",
"args": [
"-y",
"@vercel/mcp"
],
"env": {
"VERCEL_TOKEN": "your_vercel_token"
}
}
}If you maintain Vercel MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/vercel-mcp)