Vercel
Vercel deployments, projects, env vars from Claude. Hosted MCP available via the Vercel dashboard, no separate package install.
Delv Safety Grade: A
Score 83/100 · assessed 2026-04-28
Vercel's official MCP server provides direct access to deployment management, project configuration, and environment variables through Claude. As a first-party integration from a major cloud platform vendor, it benefits from strong organisational backing and professional maintenance. The hosted model eliminates traditional supply chain risks since there's no package to install, though this also means less transparency into the implementation. Permissions are moderately scoped: it can read and write deployment configs, environment variables (including secrets), and project settings within your Vercel account. The VERCEL_TOKEN requirement grants broad access to your entire Vercel organisation, which is appropriate for the functionality but represents meaningful privilege. No security incidents are known. The main limitation is documentation transparency, as the hosted nature means you cannot inspect the server code directly.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEProject secrets private; deployment API outbound; build logs can carry untrusted strings (push to 3/3 if you read them).
Green flags
- Official first-party integration from major cloud vendor (Vercel)
- Hosted model eliminates npm/pypi supply chain attack surface
- No local installation or dependency management required
- Clear use case: deployment and infrastructure management
- Professional vendor with strong security track record
Red flags
- VERCEL_TOKEN grants full account access, not scoped to specific projects
- Hosted implementation means no source code inspection possible
- Can modify production environment variables including secrets
- Documentation appears limited compared to open-source MCP servers
Permissions requested
Review
Install this if you deploy to Vercel frequently and want Claude to inspect or tweak your infrastructure without leaving the conversation. Skip it if you're not on Vercel, or if you prefer keeping deployment operations in a browser. The official vendor status and tight SDK integration make it a solid choice for agent developers on the platform.
Good at
- Official Vercel implementation means it stays current with their API and won't break on platform updates.
- Pairs cleanly with Vercel AI SDK MCPs for full-stack agent development workflows.
- Lets you inspect deployment status and env vars without context-switching to a browser.
- Supports all major Claude hosts plus Cursor, Windsurf, Cline, and Zed.
Watch out
- Useless if you're not hosting on Vercel, making it a very narrow tool.
- No public repo means you can't audit the code or submit fixes yourself.
- Requires handing Claude a Vercel API token with potentially broad account access.
- Manual configuration needed for hosts beyond Claude Desktop despite broad support claims.
Getting started
Works with
Similar MCPs
- HerokuHeroku's official MCP. Manage apps, databases, dynos, and pipelines through the platform CLI from inside an agent.
- TerraformHashiCorp's official Terraform MCP. Connects agents to the Terraform Registry for module discovery and infrastructure-as-code automation.
- AWS LabsAWS Labs ships a growing family of MCPs for S3, Lambda, EKS, CDK, etc. Modular install — pick the services you actually use.
- ESXi MCPManages VMware ESXi and vCenter for VM lifecycle and real-time performance monitoring via REST and SSE.