StackMCP
deployment

Vercel MCP

43

Community

Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.

64605/wk6.2K tokens(3%)8mo ago
Network
verceldeploymenthostingserverless

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "vercel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vercel-mcp"
      ],
      "env": {
        "VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
      }
    }
  }
}

Part of these stacks

Recommended Skills

Skills specialize your AI editor when working with Vercel MCP. Learn more

React Best PracticesOfficialbest-practices

Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.

npx skillsadd vercel-labs/agent-skills/vercel-react-best-practices160,500 installsskills.sh
Web Design GuidelinesOfficialbest-practices

Official Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.

npx skillsadd vercel-labs/agent-skills/web-design-guidelines122,100 installsskills.sh
Deploy to VercelOfficialworkflow

Deploy applications to Vercel with preview URLs and production environments via Vercel CLI.

npx skillsadd vercel-labs/agent-skills/vercel-deploy508 installsskills.sh
View on GitHubnpm