TL;DR
Vercel is a Deployment MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent deployments, projects, logs, domains. Install in 1 minute with mcpizy install vercel.
Vercel
Install verified 7 toolsDeployment
Deployments, projects, logs, domains
Official homepageInstall Vercel
mcpizy install vercelclaude mcp add --transport http vercel https://mcp.vercel.comTools exposed
7 tools availablelist_projectsList all Vercel projects in the team
list_projectsList all Vercel projects in the team
get_projectGet a project's details
get_projectGet a project's details
Inputs
projectIdstringrequired
list_deploymentsList deployments for a project
list_deploymentsList deployments for a project
Inputs
projectIdstringoptional
get_deploymentGet a single deployment with status
get_deploymentGet a single deployment with status
Inputs
deploymentIdstringrequired
get_deployment_build_logsFetch build logs for a deployment
get_deployment_build_logsFetch build logs for a deployment
Inputs
deploymentIdstringrequired
get_runtime_logsFetch runtime logs for a deployment
get_runtime_logsFetch runtime logs for a deployment
Inputs
deploymentIdstringrequired
deploy_to_vercelDeploy the current workspace to Vercel
deploy_to_vercelDeploy the current workspace to Vercel
Inputs
projectIdstringoptional
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vercel.com"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vercel.com"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vercel.com"
]
}
}
}Authentication setup
- 1
Authenticate via OAuth when prompted (no token setup needed)
What you can do with Vercel MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List my last 10 deployments and their status”
Uses: list_deployments
“Why did the latest deploy of `mcpizy-dashboard` fail?”
Uses: list_deployments, get_deployment_build_logs
“Show me runtime errors from my production deployment”
Uses: get_runtime_logs
“Trigger a new deployment for my current project”
Uses: deploy_to_vercel
Works with
More Deployment MCPs
Alternatives to Vercel
If Vercel doesn't fit your stack, these Deployment MCP servers solve similar problems.
Frequently asked questions
What is the Vercel MCP server?
Vercel is listed as an Deployment Model Context Protocol server whose documented purpose is to let an MCP-compatible agent deployments, projects, logs, domains. Client support, permissions and authentication remain specific to the upstream project.
How do I install Vercel MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install vercel` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `claude mcp add --transport http vercel https://mcp.vercel.com` and restarting Claude Code.
Does MCPizy charge to view or install Vercel MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Vercel MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Vercel MCP?
Its documented purpose is to let an MCP-compatible agent deployments, projects, logs, domains. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory