MCPizy
BrowseGuidesDocsFor publishersSubmit

TL;DR

Vercel is a Deployment MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent deployments, projects, logs, domains. Install in 1 minute with mcpizy install vercel.

Vercel

Install verified 7 tools

Deployment

Last updated September 23, 2026 · By MCPizy team

Deployments, projects, logs, domains

Official homepage

Install Vercel

Via MCPizy CLI (recommended):
mcpizy install vercel
Or run directly:
claude mcp add --transport http vercel https://mcp.vercel.com

Tools exposed

7 tools available
list_projects

List all Vercel projects in the team

get_project

Get a project's details

Inputs

  • projectIdstringrequired
list_deployments

List deployments for a project

Inputs

  • projectIdstringoptional
get_deployment

Get a single deployment with status

Inputs

  • deploymentIdstringrequired
get_deployment_build_logs

Fetch build logs for a deployment

Inputs

  • deploymentIdstringrequired
get_runtime_logs

Fetch runtime logs for a deployment

Inputs

  • deploymentIdstringrequired
deploy_to_vercel

Deploy the current workspace to Vercel

Inputs

  • projectIdstringoptional

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vercel.com"
      ]
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vercel.com"
      ]
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vercel.com"
      ]
    }
  }
}

Authentication setup

  1. 1

    Authenticate via OAuth when prompted (no token setup needed)

What you can do with Vercel MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

List my last 10 deployments and their status

Uses: list_deployments

Why did the latest deploy of `mcpizy-dashboard` fail?

Uses: list_deployments, get_deployment_build_logs

Show me runtime errors from my production deployment

Uses: get_runtime_logs

Trigger a new deployment for my current project

Uses: deploy_to_vercel

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

Frequently asked questions

What is the Vercel MCP server?

Vercel is listed as an Deployment Model Context Protocol server whose documented purpose is to let an MCP-compatible agent deployments, projects, logs, domains. Client support, permissions and authentication remain specific to the upstream project.

How do I install Vercel MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install vercel` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `claude mcp add --transport http vercel https://mcp.vercel.com` and restarting Claude Code.

Does MCPizy charge to view or install Vercel MCP?

No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.

Does Vercel MCP work with Cursor and Windsurf?

The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.

What can I do with Vercel MCP?

Its documented purpose is to let an MCP-compatible agent deployments, projects, logs, domains. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.

Compare before you commit

Put this server beside an alternative, or return to the full evidence directory.

Compare MCP serversBack to directory