Skip to content

Vercel

Free

by MCP Community

## Using the remote server

v0.0.13Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Vercel MCP Server

Using the remote server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @open-mcp/vercel
Add to claude_desktop_config.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": ["-y", "@open-mcp/vercel"]
    }
  }
}