Skip to main content
Glama

🔎 Web検索の力でAIを強化

AI コーダーに破産せずに Web 検索する能力を与えたいですか?

高価な AI クレジットを節約し、代わりに現金で支払いましょう**(価値があります)!**

これがまさに私がこの非常にシンプルな MCP サーバーを構築した理由です。

✨ これがあなたにもたらすもの

OpenAI の4o-mini 検索モデルを使用して Web を検索できます。

基本的には Web をクロールし、あなた (または AI コーダー) に非常に役立つ回答を提供します。

  • ドキュメントを入手: 検索/コピー/貼り付けなしで最新のドキュメントを読みます。

  • お金を節約: 毎月のクレジットを無駄にする代わりに、検索ごとに 1 ~ 3 セントだけ支払います。

  • 初心者向け: シンプルなnpxコマンドにより、すぐに使用できます。

  • 優れた互換性: Claude、Cursor AI、その他の一般的なMCPクライアントとシームレスに動作します。

  • 柔軟な API : OpenAI を直接使用するか、OpenRouter.ai を使用します。

Related MCP server: Outsource MCP

🚀 すぐに始めましょう

文字通り、MCP JSON 構成ファイルに追加するだけで済みます。

それが何なのか分からない場合は、このように簡単に検索すると役に立つはずです。

  1. この構成を AI コーダーの JSON ファイルにコピーします。

{
  "mcpServers": {
    "4o-mini-search": {
      "command": "npx",
      "args": ["@rebers/4o-mini-search-mcp"],
      "env": {
        "API_KEY": "your-api-key",
        "PROVIDER": "openai"
      }
    }
  }
}
  1. your-api-key実際の API キーに置き換えます。

  2. PROVIDER``openai (デフォルト) またはopenrouter (OpenRouter.ai の場合) に設定します。

  3. 設定ファイルに追加します。

  4. MCP クライアント (Claude App、Cursor AI、Windsurf など) を再起動します。

💡 新しい検索機能を使う

一度設定したら、AI に何かを検索するように依頼するだけです。

「最新の 3.7 モデルについては MCP を検索し、Node SDK でそれを使用する方法を確認してください」

「NextJS アプリ ルーターの正確な動作と使用方法については、MCP を検索してください」

「最新のsveltekitテンプレートについては、mcpを検索してください」

その後、OpenAI の4o-mini-searchを使用して、最新の情報を AI のコンテキストに直接配信します。

出力例

🛠️ トラブルシューティング

問題: Cursor AI でサーバーが接続されない (API キーが間違っているなど)

修正:MCPファイルでカーソルに奇妙なバグが発生しています。エディター全体を完全に再起動して、もう一度お試しください。

F
license - not found
Not graded
quality - not tested
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.
    2
    30
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that allows users to efficiently search and reference user-configured documents through document listing, grep searching, semantic searching with OpenAI Embeddings, and full document retrieval.
    4
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that retrieves and provides AI model information from OpenAI, Anthropic, and Google through a unified interface.
    3
    17
    MIT

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server that integrates with Discord to provide AI-powered features.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinebers/4o-mini-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server