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.

Agent guide included

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

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Vercel and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Vercel will appear under Not connected — select it and click Connect to complete OAuth.
Name: Vercel
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/vercel-mcp
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Maintain this listing

Operate Vercel? You can take over the listing's metadata.

This listing isn't open to claims

Operated directly by the vendor. Email hello@mcpbundles.com if you represent the company and need to update this listing.

Ready to use Vercel?

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