vercel-mcp-server
A powerful Model Context Protocol (MCP) server that provides full administrative control over your Vercel deployments.
This MCP server enables seamless project management with comprehensive features for deployments, domains, environment variables, and more. It integrates with Cursor's Composer and Codeium's Cascade, allowing users to manage their Vercel projects efficiently. With this tool, users can easily handle their deployment processes and configurations, ensuring a smooth workflow.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vercel-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-vercel-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions