Vercel
Vercel MCP Server
Manage Vercel deployments, projects, and logs from your AI coding assistant.
Last reviewed Mar 2, 2026
Install
claude mcp add vercel --transport stdio -- npx -y vercel-mcp-serverEnvironment variables required:
VERCEL_API_TOKEN=your-vercel-api-tokenAvailable tools
| Tool | Description |
|---|---|
| list_deployments | List recent deployments with status and URLs |
| get_deployment | Get details about a specific deployment |
| list_projects | List all projects in your Vercel account |
| get_logs | Retrieve build or runtime logs for a deployment |
| create_deployment | Trigger a new deployment |
What it does
The Vercel MCP Server connects your AI coding assistant to Vercel's deployment platform, enabling it to monitor deployments, inspect build logs, manage projects, and trigger new deployments. This keeps your entire deployment workflow accessible from your editor.
Having deployment context available to your assistant is particularly valuable when debugging production issues. It can check recent deployment statuses, review build logs for errors, and help you understand what changed between deployments -- all without switching to the Vercel dashboard.
Use cases
- Monitor deployment statuses to verify your latest push deployed successfully
- Review build logs when deployments fail to quickly identify and fix issues
- List projects and their deployment URLs for quick reference during development
- Trigger new deployments from your editor as part of your workflow
- Compare deployment details across environments (preview, production)
Getting started
- Create a Vercel API Token at vercel.com/account/tokens. Choose a descriptive name and select the scope (personal account or team).
- Set the
VERCEL_API_TOKENenvironment variable to your token value. - The token scope determines which projects and teams the assistant can access. For team projects, ensure the token has team-level access.
- Deployment operations require appropriate permissions. Read-only tokens are recommended if you only need to monitor deployments and view logs.
Compatibility
Related MCP servers
AWS MCP Server
Interact with AWS services including S3, Lambda, CloudWatch, and ECS from your AI coding assistant.
Context7 MCP Server
Fetch up-to-date library documentation and code examples directly into your AI coding assistant.
Docker MCP Server
Manage Docker containers, images, and builds directly from your AI coding assistant.