deploymentshostingweb-analyticsdevops

Summary

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

Features

  • Search and navigate Vercel documentation
  • Manage projects and deployments
  • Analyze deployment logs
  • Query Web Analytics (visitors, page views, custom events)

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 MCP server, authenticated over OAuth, giving an agent secure access to your Vercel account. It can search and navigate Vercel documentation, manage projects and deployments, analyze deployment logs, and query visitors, page views, and custom events from Web Analytics. It implements the latest MCP Authorization and Streamable HTTP specs and only accepts connections from AI clients Vercel has reviewed, including Claude Code, Claude Desktop, Cursor, VS Code with Copilot, Codex CLI, and others. Connect via the mcp-remote bridge or, in Claude Code, with claude mcp add --transport http vercel https://mcp.vercel.com.

Related MCP Servers

Browse all MCP servers →