What is the com.pulsemcp/vercel MCP server?
MCP server for Vercel — manage deployments and view build and runtime application logs.
How to install com.pulsemcp/vercel
Copy-paste configuration for popular MCP clients.
VERCEL_TOKENrequiredsecretVercel API token for authentication.
VERCEL_TEAM_IDTeam ID for team-scoped operations.
VERCEL_TEAM_SLUGTeam URL slug for team-scoped operations.
VERCEL_ENABLED_TOOLGROUPSComma-separated list of tool groups to enable (readonly, readwrite).
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"vercel-platform-mcp-server",
"-y"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
"VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
}
}
}
}{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"vercel-platform-mcp-server",
"-y"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
"VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
}
}
}
}{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"vercel-platform-mcp-server",
"-y"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
"VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
}
}
}
}{
"servers": {
"vercel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vercel-platform-mcp-server",
"-y"
],
"env": {
"VERCEL_TOKEN": "<YOUR_VERCEL_TOKEN>",
"VERCEL_TEAM_ID": "<YOUR_VERCEL_TEAM_ID>",
"VERCEL_TEAM_SLUG": "<YOUR_VERCEL_TEAM_SLUG>",
"VERCEL_ENABLED_TOOLGROUPS": "<YOUR_VERCEL_ENABLED_TOOLGROUPS>"
}
}
}
}claude mcp add vercel --env VERCEL_TOKEN=<YOUR_VERCEL_TOKEN> --env VERCEL_TEAM_ID=<YOUR_VERCEL_TEAM_ID> --env VERCEL_TEAM_SLUG=<YOUR_VERCEL_TEAM_SLUG> --env VERCEL_ENABLED_TOOLGROUPS=<YOUR_VERCEL_ENABLED_TOOLGROUPS> -- npx -y vercel-platform-mcp-server -yRelated MCP servers
MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.
View repository →MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
View repository →MCP server for Fetch Pet insurance claims management using Playwright automation.
View repository →MCP server for managing Fly.io machines, apps, logs, and Docker images.
View repository →MCP server for Google Cloud Storage with fine-grained tool access control.
View repository →MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
View repository →