Adapter
Freeby MCP Community
Vercel MCP Adapter for Next.js and other frameworks
v0.3.2Added Apr 12, 2026
Adapter MCP Server
Vercel MCP Adapter for Next.js and other frameworks
Installation
Reviews
Installation
Quick install
npx -y @vercel/mcp-adapter
Add to claude_desktop_config.json
{
"mcpServers": {
"adapter": {
"command": "npx",
"args": ["-y", "@vercel/mcp-adapter"]
}
}
}