vercel deployment mcp for Cursor
io.github.addiplus/vercel-deployment-mcp
Reference MCP stdio server for observing Vercel projects and deployments.
client:Cursor
transport:stdio
runtime:npm
Install vercel deployment mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vercel-deployment-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@addiplus/vercel-deployment-mcp"
],
"env": {
"VERCEL_TOKEN": "<VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs