/ Directorio / 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 en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu 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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Vercel MCP Adapter

Get started with Vercel MCP Adapter

Cuándo usarlo: When you want to bring Vercel MCP Adapter into your Claude workflow.

Flujo
  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.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills