Provides AI agents access to Vercel projects, deployments, logs, and documentation through Vercel's official MCP endpoint with OAuth authentication. Developers can debug deployment issues, inspect preview URLs, and manage project settings directly from the IDE.
Use cases
- Developer investigates failed deployment by reading build logs and error messages
- SRE compares deployment metrics across preview and production branches
- Product manager reviews preview deployments for different feature branches
- DevOps manages environment variables and secrets across projects
- Support agent retrieves deployment URLs and status for customer issues
Key features
- Claude Desktop
- Cursor
- ChatGPT
- Codex
Frequently Asked Questions
- What Vercel permissions does the MCP require?
- Vercel uses OAuth scopes. Typical permissions include project:read, deployment:read, and logs:read. Write operations require additional scopes.
- Can agents create or rollback deployments?
- With appropriate scopes, yes. Agents can trigger new deployments and rollback to previous deployments. These are destructive operations that should be controlled.
- Does it support Vercel Edge Functions and serverless routes?
- Agents can inspect Edge Function configurations and view associated logs. Direct invocation requires additional setup or using Vercel's API directly.
Related
Related
3 Indexed items
Figma MCP
Provides AI agents access to Figma designs, components, variables, frames, and FigJam whiteboards through Figma's official MCP integration. Developers can implement designs without switching to Figma, and designers can sync annotations. Reduces miscommunication between design and code.
Netlify MCP
Exposes Netlify CLI operations to AI agents for site scaffolding, build configuration, deploy triggering, and domain management. Developers can manage Netlify hosting without dashboard access or CLI installation. Agents work within the editor context to automate deployment workflows.
Cloudflare API MCP
Provides centralized access to Cloudflare services including DNS management, Workers deployments, R2 storage operations, and security settings through a remote MCP endpoint. Infrastructure teams can query and modify Cloudflare resources via AI assistants. Supports zero-trust access policies.