Skip to content

Adapter

Free

by MCP Community

Vercel MCP Adapter for Next.js and other frameworks

v0.3.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Adapter MCP Server

Vercel MCP Adapter for Next.js and other frameworks

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @vercel/mcp-adapter
Add to claude_desktop_config.json
{
  "mcpServers": {
    "adapter": {
      "command": "npx",
      "args": ["-y", "@vercel/mcp-adapter"]
    }
  }
}