vercel deployment mcp for Claude Desktop
io.github.addiplus/vercel-deployment-mcp
Reference MCP stdio server for observing Vercel projects and deployments.
client:Claude Desktop
transport:stdio
runtime:npm
Install vercel deployment mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vercel-deployment-mcp": {
"command": "npx",
"args": [
"-y",
"@addiplus/vercel-deployment-mcp"
],
"env": {
"VERCEL_TOKEN": "<VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs