jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ ExaWeb検索Free

exa-web-search-free

ExaのAIを活用し、ニュースや一般的な情報、

⏱ RAG構築 1週間 → 1日

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.

🇯🇵 日本人クリエイター向け解説

一言でいうと

ExaのAIを活用し、ニュースや一般的な情報、

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o exa-web-search-free.zip https://jpskill.com/download/4780.zip && unzip -o exa-web-search-free.zip && rm exa-web-search-free.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4780.zip -OutFile "$d\exa-web-search-free.zip"; Expand-Archive "$d\exa-web-search-free.zip" -DestinationPath $d -Force; ri "$d\exa-web-search-free.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して exa-web-search-free.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → exa-web-search-free フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-18
同梱ファイル
2

💬 こう話しかけるだけ — サンプルプロンプト

  • Exa Web Search Free を使って、最小構成のサンプルコードを示して
  • Exa Web Search Free の主な使い方と注意点を教えて
  • Exa Web Search Free を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Exa Web検索 (無料)

ウェブ、コード、企業調査のためのニューラル検索です。APIキーは不要です。

セットアップ

mcporterが設定されていることを確認してください。

mcporter list exa

リストにない場合:

mcporter config add exa https://mcp.exa.ai/mcp

コアツール

web_search_exa

最新情報、ニュース、事実をウェブで検索します。

mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'

パラメーター:

  • query - 検索クエリ
  • numResults (オプション、デフォルト: 8)
  • type (オプション) - "auto", "fast", または "deep"

get_code_context_exa

GitHub、Stack Overflowからコード例やドキュメントを検索します。

mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'

パラメーター:

  • query - コード/API検索クエリ
  • tokensNum (オプション、デフォルト: 5000) - 範囲: 1000-50000

company_research_exa

企業情報やニュースを調査します。

mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'

パラメーター:

  • companyName - 会社名
  • numResults (オプション、デフォルト: 5)

高度なツール (オプション)

設定URLを更新することで、さらに6つのツールが利用可能になります。

  • web_search_advanced_exa - ドメイン/日付フィルター
  • deep_search_exa - クエリ拡張
  • crawling_exa - ページ全体の抽出
  • people_search_exa - 専門家プロフィール
  • deep_researcher_start/check - AIリサーチエージェント

すべてのツールを有効にする:

mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"

# その後、以下を使用します。
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'

ヒント

  • ウェブ: 素早い検索には type: "fast" を、徹底的な調査には "deep" を使用してください。
  • コード: 焦点を絞った検索には tokensNum を低く (1000-2000)、包括的な検索には高く (5000以上) 設定してください。
  • その他のパターンについては、examples.md を参照してください。

リソース

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Exa Web Search (Free)

Neural search for web, code, and company research. No API key required.

Setup

Verify mcporter is configured:

mcporter list exa

If not listed:

mcporter config add exa https://mcp.exa.ai/mcp

Core Tools

web_search_exa

Search web for current info, news, or facts.

mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'

Parameters:

  • query - Search query
  • numResults (optional, default: 8)
  • type (optional) - "auto", "fast", or "deep"

get_code_context_exa

Find code examples and docs from GitHub, Stack Overflow.

mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'

Parameters:

  • query - Code/API search query
  • tokensNum (optional, default: 5000) - Range: 1000-50000

company_research_exa

Research companies for business info and news.

mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'

Parameters:

  • companyName - Company name
  • numResults (optional, default: 5)

Advanced Tools (Optional)

Six additional tools available by updating config URL:

  • web_search_advanced_exa - Domain/date filters
  • deep_search_exa - Query expansion
  • crawling_exa - Full page extraction
  • people_search_exa - Professional profiles
  • deep_researcher_start/check - AI research agent

Enable all tools:

mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"

# Then use:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'

Tips

  • Web: Use type: "fast" for quick lookup, "deep" for thorough research
  • Code: Lower tokensNum (1000-2000) for focused, higher (5000+) for comprehensive
  • See examples.md for more patterns

Resources

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。