Deploy and manage Vercel projects
npx -y @modelcontextprotocol/server-vercel-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Deploy and manage Vercel projects.
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "@vercel/mcp-server"],
"env": {
"VERCEL_TOKEN": "your-token"
}
}
}
}
deploy: Deploy a projectlist_projects: List all projectsget_deployment: Get deployment statuspromote: Promote to productionMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Vercel MCP Server in your preferred AI coding tool.
claude_desktop_config.json