Skip to content

Summary

Vercel's official remote MCP server — search docs, manage projects and deployments, read build logs, and query Web Analytics.

Features

  • Search and navigate Vercel documentation
  • List and manage projects and deployments
  • Read and analyze build and runtime logs
  • Query Web Analytics: visitors, page views, custom events
  • OAuth authentication — no API keys in config files
  • Streamable HTTP transport, allowlisted clients only

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Vercel" tools will be available.
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vercel.com"
      ]
    }
  }
}

Description

Vercel MCP is Vercel's official remote Model Context Protocol server, giving an agent OAuth-scoped access to your Vercel account so it can answer questions and act on your projects without you switching to the dashboard.

It can search and navigate the full Vercel documentation set, list and inspect projects and deployments, read and analyze build and runtime logs to explain why a deploy failed, and query Web Analytics for visitors, page views, and custom events.

The server implements the current MCP Authorization and Streamable HTTP specifications and only accepts connections from AI clients Vercel has reviewed, which includes Claude Code, Claude Desktop, Cursor, VS Code with Copilot, and the Codex CLI. Connect through the mcp-remote bridge, or in Claude Code with a single command: claude mcp add --transport http vercel https://mcp.vercel.com.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

Browse all MCP servers →