MCP Hub Logo

Vercel Deployments

Monitor deployments, check build logs, and manage Vercel projects from your AI assistant.

verceldeploymentsci-cdhosting
CuratedLast reviewed: Dec 9, 2024API Key Required

About

Vercel Deployments

Keep an eye on your Vercel deployments from inside your AI conversation. List recent deployments, check build status, read deployment logs, and inspect environment variables.

Setup

  1. Create a Vercel token at https://vercel.com/account/tokens
  2. Add to your MCP config:
{
  "mcpServers": {
    "vercel-deployments": {
      "command": "npx",
      "args": ["-y", "@mcphub/vercel-deployments"],
      "env": { "VERCEL_TOKEN": "..." }
    }
  }
}

Example Prompts

  • "What's the status of my last deployment?"
  • "Show me the build logs for the failed deployment"
  • "List all projects in my Vercel account"

Permissions & Access

Permissions Required

read:deployments

External Systems Accessed

Vercel