Handler
Freeby MCP Community
Vercel MCP Adapter for Next.js and other frameworks
v1.1.0Added Apr 12, 2026
mcpvercelnext.jsai
Handler MCP Server
Vercel MCP Adapter for Next.js and other frameworks
Installation
Reviews
Installation
Quick install
npx -y mcp-handler
Add to claude_desktop_config.json
{
"mcpServers": {
"handler": {
"command": "npx",
"args": ["-y", "mcp-handler"]
}
}
}