このサーバーについて
Exa 公式の MCP サーバー。AI 向けに最適化されたニューラル検索エンジンを基盤に、AI エージェントへリアルタイム Web 検索、ページ内容の取得、企業リサーチ、論文検索などを提供し、LLM が扱いやすいクリーンな結果を返します。
インストール
npx -y exa-mcp-server公式 README インストールガイド(英語原文)
Connect to Exa's hosted MCP server:
https://mcp.exa.ai/mcp<details>
<summary><b>Cursor</b></summary>
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}
}</details>
<details>
<summary><b>VS Code</b></summary>
Add to .vscode/mcp.json:
{
"servers": {
"exa": {
"type": "http",
"url": "https://mcp.exa.ai/mcp"
}
}
}</details>
<details>
<summary><b>Claude Code</b></summary>
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):
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp"]
}
}
}</details>
</details>
<details>
<summary><b>Codex</b></summary>
codex mcp add exa --url https://mcp.exa.ai/mcp</details>
<details>
<summary><b>OpenCode</b></summary>
Add to your opencode.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:
https://mcp.exa.ai/mcp</details>
<details>
<summary><b>Windsurf</b></summary>
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"exa": {
"serverUrl": "https://mcp.exa.ai/mcp"
}
}
}</details>
<details>
<summary><b>Zed</b></summary>
Add to your Zed settings:
{
"context_servers": {
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}
}</details>
<details>
<summary><b>Gemini CLI</b></summary>
Add to ~/.gemini/settings.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:
https://mcp.exa.ai/mcp</details>
<details>
<summary><b>Warp</b></summary>
Go to Settings > MCP Servers > Add MCP Server and add:
{
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}</details>
<details>
<summary><b>Kiro</b></summary>
Add to ~/.kiro/settings/mcp.json:
{
"mcpServers": {
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}
}</details>
<details>
<summary><b>Roo Code</b></summary>
Add to your Roo Code MCP config:
{
"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:
{
"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:
{
"mcpServers": {
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}
}For clients that need mcp-remote:
{
"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.
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "your_api_key"
}
}
}
}</details>
よくある質問
Exa MCP は普通の検索エンジンとどう違いますか?
Exa は AI 向けに最適化されたニューラル検索エンジンで、青いリンクの羅列ではなく構造化・ノイズ除去された本文を返すため、LLM が直接利用できます。MCP によりエージェントはリアルタイム検索、ページ取得、企業・論文リサーチが可能になり、学習データの時間的な空白を補います。
Exa MCP のインストール方法は?API キーは必要ですか?
npx -y exa-mcp-server で実行し、環境変数に exa.ai で取得した EXA_API_KEY を設定します。Exa が提供するリモート MCP エンドポイント経由でも接続でき、登録すると無料枠付きのキーが得られます。
Exa MCP は無料ですか?
MCP サーバーはオープンソースで無料です。検索機能は Exa API が提供し、登録で無料枠が付与され、超過分は従量課金です。個人の試用や軽量な統合は通常無料枠内で収まります。