Perceptdot Vercel for Cursor
io.github.perceptdot/vercel
AI agent vision for Vercel deployments — with ROI measurement. perceptdot.com
client:Cursor
transport:stdio
runtime:npm
Install Perceptdot Vercel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vercel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/vercel"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs