vercel for Windsurf
com.pulsemcp/vercel
MCP server for Vercel — manage deployments and view build and runtime application logs.
client:Windsurf
transport:stdio
runtime:npm
Install vercel in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"vercel-platform-mcp-server"
],
"env": {
"VERCEL_TOKEN": "<VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<VERCEL_TEAM_ID>",
"VERCEL_TEAM_SLUG": "<VERCEL_TEAM_SLUG>",
"VERCEL_ENABLED_TOOLGROUPS": "<VERCEL_ENABLED_TOOLGROUPS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs