Manage Vercel deployments, logs, environments, domains, and certificates via API.
This tool comes from an official registry entry and is open source, which improves trust. However, it exposes broad Vercel REST API management capabilities, requires sensitive tokens, and has code-execution capability, so it fits caution rather than high risk.
It requires VERCEL_TOKEN, VERCEL_TEAM_ID, and VERCEL_READONLY. VERCEL_TOKEN is a sensitive credential that could be abused to access Vercel projects, environment variables, domains, DNS, and certificates if exposed; no abnormal credential request is stated, but token scope should be minimized and read-only mode preferred.
No remote host is explicitly listed, but the description says it uses the full Vercel REST API, which implies outbound requests to Vercel services and possible transmission of project, log, environment, domain, and DNS management data. This is normal network egress consistent with its stated purpose, with no red flag indicating unrelated or unknown endpoints.
The system flags executes-code, indicating the MCP can run code or processes locally. That is a common capability for MCP tools; the provided material does not show requests for unrelated elevated system privileges, so this remains a caution item.
Based on the description, it can manage deploys, logs, projects, env, domains, DNS, and certs, covering a broad set of Vercel control-plane resources; env and certs may involve sensitive configuration and certificate material. The material does not state local file read/write behavior and shows no clear over-privilege beyond its stated scope, but access should be limited to the necessary team and projects.
It is listed in an official registry, open source, and updated within the last year, all of which are positive trust signals. Although GitHub adoption is currently low and no license is declared, which adds some governance uncertainty, the supply-chain posture is still relatively low risk due to the official source and auditable code.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Vercel MCP Pro" MCP server from askskill: Run: claude mcp add 'io-github-helbertparanhos-vercel-mcp-pro' -- npx -y vercel-mcp-pro
Using Vercel MCP Pro, list the 10 most recent deployments for my team, grouped by project, showing status, environment, commit message, and deployment time, and highlight failed deployments.
A recent deployment list with failed items clearly flagged and key deployment details included.
Use Vercel MCP Pro to fetch production logs for project my-app from the last 2 hours, filter 500 errors, and summarize the most common causes.
A summary of error logs, major exception patterns, and actionable troubleshooting clues.
Through Vercel MCP Pro, inspect environment variables for the storefront project, then list connected domains, DNS status, and certificate expiry dates, and point out any risks requiring attention.
An overview of environment and domain settings, with DNS or certificate risks highlighted.
Manage Vercel deployments, projects, domains, and environment variables with natural language.
Manage Vercel projects, deployments, domains, env vars, and teams via API.
Securely give AI assistants read-only MongoDB access on Vercel deployments.
Build and deploy a Next.js MCP server with OAuth and streaming transports.
Provides MCP access to browsers for debugging console, storage, performance, and component trees.
Deploy HTML pages to an online preview service and get shareable URLs.