MCP ServerFeatured
Vercel MCP MCP Server
by Vercel
Trigger deployments, inspect projects, and read build logs.
About Vercel MCP
Vercel MCP server. Lists projects and deployments, fetches runtime and build logs, and lets agents trigger redeploys when wired with the right scopes.
Tags
deploylogsedge
How to install Vercel MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-vercel"]
}
}
}Example shape only — see the docs for the canonical install command.