Cloud & Infrastructure
Vercel MCP
Vercel’s hosted MCP server lets assistants work with Vercel projects and deployments. Configure via mcp.vercel.com (use mcp-remote for stdio-only clients).
Stars
10
Installs
140.0k
License
Proprietary
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 10 · catalog
- Freshness: Updated 2026-01-14
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.vercel.com"]
}
}
}