Exa MCP

Exa MCP

Búsqueda
Exa
claudecursorvscodegeneric
FreeOpen Source

Acerca de este servidor

El servidor MCP oficial de Exa da a los agentes de IA búsqueda web en tiempo real, rastreo de contenido de páginas, investigación de empresas y búsqueda de artículos, impulsado por un motor de búsqueda neuronal optimizado para IA que devuelve resultados limpios y listos para LLM.

Instalación

npx -y exa-mcp-server
Guía oficial de instalación del README (en inglés)

Connect to Exa's hosted MCP server:

text
https://mcp.exa.ai/mcp

Get your API key

<details>

<summary><b>Cursor</b></summary>

Add to ~/.cursor/mcp.json:

json
{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>VS Code</b></summary>

Add to .vscode/mcp.json:

json
{
  "servers": {
    "exa": {
      "type": "http",
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>Claude Code</b></summary>

bash
claude mcp add --transport http exa https://mcp.exa.ai/mcp

</details>

<details>

<summary><b>Claude Desktop</b></summary>

Exa is available as a native Claude Connector — no config files or terminal commands needed.

1. Open Claude Desktop Settings (or Customize) and go to Connectors

2. Search for Exa in the directory

3. Click + to add it

That's it! Claude will now have access to Exa's search tools.

<details>

<summary>Alternative: manual config</summary>

Add to your config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

json
{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp"]
    }
  }
}

</details>

</details>

<details>

<summary><b>Codex</b></summary>

bash
codex mcp add exa --url https://mcp.exa.ai/mcp

</details>

<details>

<summary><b>OpenCode</b></summary>

Add to your opencode.json:

json
{
  "mcp": {
    "exa": {
      "type": "remote",
      "url": "https://mcp.exa.ai/mcp",
      "enabled": true
    }
  }
}

</details>

<details>

<summary><b>Antigravity</b></summary>

Open the MCP Store panel (from the "..." dropdown in the side panel), then add a custom server with:

text
https://mcp.exa.ai/mcp

</details>

<details>

<summary><b>Windsurf</b></summary>

Add to ~/.codeium/windsurf/mcp_config.json:

json
{
  "mcpServers": {
    "exa": {
      "serverUrl": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>Zed</b></summary>

Add to your Zed settings:

json
{
  "context_servers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>Gemini CLI</b></summary>

Add to ~/.gemini/settings.json:

json
{
  "mcpServers": {
    "exa": {
      "httpUrl": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>v0 by Vercel</b></summary>

In v0, select Prompt Tools > Add MCP and enter:

text
https://mcp.exa.ai/mcp

</details>

<details>

<summary><b>Warp</b></summary>

Go to Settings > MCP Servers > Add MCP Server and add:

json
{
  "exa": {
    "url": "https://mcp.exa.ai/mcp"
  }
}

</details>

<details>

<summary><b>Kiro</b></summary>

Add to ~/.kiro/settings/mcp.json:

json
{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>Roo Code</b></summary>

Add to your Roo Code MCP config:

json
{
  "mcpServers": {
    "exa": {
      "type": "streamable-http",
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

</details>

<details>

<summary><b>LM Studio</b></summary>

<a href="https://lmstudio.ai/install-mcp?name=exa&config=eyJ1cmwiOiJodHRwczovL21jcC5leGEuYWkvbWNwIn0%3D">

<img src="https://files.lmstudio.ai/deeplink/mcp-install-light.svg" alt="Add Exa MCP to LM Studio" />

</a>

Or add manually: open LM Studio, go to the Program tab, click Install > Edit mcp.json, and add:

json
{
  "exa": {
    "url": "https://mcp.exa.ai/mcp"
  }
}

Exa's tools will appear in the chat. Ask your model to search the web, fetch a page, or research a topic.

</details>

<details>

<summary><b>Replit</b></summary>

Go to Integrations > MCP Servers > Add MCP Server, then enter:

  • Name: Exa
  • URL: https://mcp.exa.ai/mcp

Or click here to install automatically.

</details>

<details>

<summary><b>Other Clients</b></summary>

For clients that support remote MCP:

json
{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

For clients that need mcp-remote:

json
{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp"]
    }
  }
}

</details>

<details>

<summary><b>Via npm Package</b></summary>

Use the npm package with your API key. Get your API key.

json
{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "exa-mcp-server"],
      "env": {
        "EXA_API_KEY": "your_api_key"
      }
    }
  }
}

</details>

Preguntas frecuentes

¿En qué se diferencia Exa MCP de un buscador normal?

Exa es un motor de búsqueda neuronal optimizado para IA que devuelve contenido de páginas estructurado y sin ruido en vez de una lista de enlaces, para que los LLM lo consuman directamente; el MCP permite a los agentes buscar en la web en vivo, rastrear páginas e investigar empresas/artículos, cubriendo el desfase temporal de los datos de entrenamiento.

¿Cómo instalo Exa MCP? ¿Necesito una clave API?

Ejecuta npx -y exa-mcp-server y define EXA_API_KEY (de exa.ai) como variable de entorno. También puedes conectarte por el endpoint MCP remoto alojado de Exa; al registrarte obtienes una clave con margen gratuito.

¿Exa MCP es gratuito?

El servidor MCP es de código abierto y gratuito; la búsqueda la impulsa la API de Exa, que otorga un margen gratuito al registrarte y cobra por uso más allá. Las pruebas personales e integraciones ligeras suelen caber en el nivel gratuito.