/ Diretório / Playground / Vercel MCP Adapter
● Oficial Vercel ⚡ Instantâneo

Vercel MCP Adapter

por Vercel · vercel/mcp-adapter

Vercel’s adapter for building MCP servers on Next.js, Nuxt, and SvelteKit with edge functions.

Vercel’s adapter for building MCP servers on Next.js, Nuxt, and SvelteKit with edge functions.

Demo ao vivo

Como fica na prática

vercel-mcp-adapter.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "vercel-mcp-adapter": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp-adapter"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "vercel-mcp-adapter": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp-adapter"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "vercel-mcp-adapter": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp-adapter"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vercel-mcp-adapter": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp-adapter"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "vercel-mcp-adapter",
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp-adapter"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "vercel-mcp-adapter": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@vercel/mcp-adapter"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add vercel-mcp-adapter -- npx -y @vercel/mcp-adapter

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Vercel MCP Adapter

Get started with Vercel MCP Adapter

Quando usar: When you want to bring Vercel MCP Adapter into your Claude workflow.

Fluxo
  1. Install the server in your MCP client of choice.
  2. Authenticate if required.
  3. Ask Claude to use its tools.

Resultado: Claude can interact with Vercel MCP Adapter directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills