Hosting

Vercel MCP Server

Connect your account, then chat with AI to run tools.

Vercel is a web development platform that provides hosting, deployment, and serverless functions for modern web applications.

Official server
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

AI Skill
SKILL.md

Domain knowledge for Vercel — workflow patterns, data models, and gotchas for your AI agent.

Vercel

Vercel is a cloud platform for deploying and hosting modern web applications. This bundle provides access to projects, deployments, domains, environment variables, and teams.

Entity Hierarchy

  • User/Team is the top-level scope. Resources belong to either a personal account or a team.
  • Projects are the primary unit — each linked to a Git repository with its own deployments, domains, and environment variables.
  • Deployments are immutable snapshots of a project. Each Git push or manual deploy creates a new deployment.
  • Domains are custom hostnames assigned to production or preview deployments.
  • Environment Variables are key-value pairs scoped to production, preview, or development environments.

Capabilities

Read operations:

  • List teams and team members
  • List projects with settings and linked repositories
  • List deployments with status, URL, and build metadata
  • Get deployment details including build logs
  • List domains and their DNS configuration
  • View environment variables (names and scoping)

Write operations:

  • Create and update projects
  • Trigger new deployments
  • Add, update, and remove environment variables
  • Add and configure custom domains

Workflows

Review deployment status: List recent deployments for a project to see build status (building, ready, error). Drill into a failed deployment to read build logs and identify the error.

Manage environment variables: List current env vars for a project grouped by environment. Add or update a variable, specifying which environments it applies to.

Configure a custom domain: Add a domain to a project, then configure DNS records as directed. Domain status updates once DNS propagates and SSL is provisioned.

Investigate a production issue: List recent deployments to find the current production deployment. Check build logs for errors. Compare with the previous deployment if a regression is suspected.

Gotchas

  • Team vs personal scope: If the user belongs to teams, specify the team ID to access team projects. Without it, only personal projects are returned.
  • Immutable deployments: Deployments cannot be modified after creation. To fix an issue, create a new deployment.
  • Environment variable encryption: Secret values may be write-only (returned redacted). You can overwrite but not read the current value.
  • Preview vs production: Each Git branch gets preview deployments. Only the production branch creates production deployments.

Frequently Asked Questions

What is the Vercel MCP server?

Vercel is a web development platform that provides hosting, deployment, and serverless functions for modern web applications. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Vercel to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/vercel-mcp. Authentication is handled automatically.

What authentication does Vercel require?

Vercel uses One-click sign in. Vercel requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Vercel to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/vercel-mcp

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Vercel?

Sign in to connect your credentials and start running tools from the chat.

Vercel MCP Server & Skill