CodexSpot
V

Vercel MCP Server

Connects AI assistants to Vercel through MCP, enabling project management, deployment listing, and log retrieval for your Vercel-hosted applications.

stdioLocalApiKeynpm

What This Server Exposes

Tools

list_projectslist_deploymentsget_deployment_logs

Setup Instructions

  1. 1Log in to Vercel and navigate to Account Settings > Tokens
  2. 2Create a new token with an appropriate scope and expiry
  3. 3Add the Vercel server config to your Claude Desktop configuration
  4. 4Set the VERCEL_TOKEN environment variable
  5. 5Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vercel"
      ],
      "env": {
        "VERCEL_TOKEN": "your-vercel-token"
      }
    }
  }
}

Environment Variables

VERCEL_TOKEN
Vercel API token for authenticating requests to the Vercel platform
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

A Vercel token provides access to your projects and deployments. Use scoped tokens when possible and set an expiry date. Never commit tokens to version control.

This listing is for informational purposes only. CodexSpot is not affiliated with Vercel MCP Server.