Vercel
Freeby MCP Community
Vercel adapter for Vurb. Deploy your MCP server as a Next.js App Router route handler or standalone Vercel Function — Edge Runtime or Node.js, stateless JSON-RP
v3.15.2Added Apr 12, 2026
mcpvurbvercelnextjsedge
Vercel MCP Server
Vercel adapter for Vurb. Deploy your MCP server as a Next.js App Router route handler or standalone Vercel Function — Edge Runtime or Node.js, stateless JSON-RP
Installation
Reviews
Installation
Quick install
npx -y @vurb/vercel
Add to claude_desktop_config.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "@vurb/vercel"]
}
}
}