OpenAI WebSearch MCP サーバー
このMCPサーバーは、モデルコンテキストプロトコル(MCP)を介してOpenAIのウェブ検索機能へのアクセスを提供します。AIアシスタントは、ユーザーとの会話中にウェブを検索し、アシスタントの学習データには含まれていない可能性のある最新情報を提供できます。このサーバーは、Claude.appまたはZedエディタで使用できるようにインストールおよび設定できます。
ワンクリックインストールと設定
クロード
!!このコマンドを使うとconfigureファイルを自動更新できます(推奨)
sk-xxxxはAPIキーです。OpenAIのオープンプラットフォームから取得できます。
カーソル
近日公開
ウィンドサーフィン
近日公開
利用可能なツール
web_search
- openai websearch をツールとして呼び出します。- 必要な引数:
type
(文字列):web_search_previewsearch_context_size
(文字列): 検索に使用するコンテキストウィンドウのスペース量に関する概要ガイドライン。low、medium、high のいずれかです。デフォルトは medium です。user_location
(オブジェクトまたはnull)type
(文字列): 位置情報の種類 > 近似値。常に近似値となります。city
(文字列): ユーザーの都市のフリーテキスト入力 (例: San Francisco)。country
(文字列): ユーザーの 2 文字の ISO 国コード (例: US)。region
(文字列): ユーザーの地域を自由に入力するテキスト (例: カリフォルニア)。timezone
(文字列): ユーザーの IANA タイムゾーン (例: America/Los_Angeles)。
- 必要な引数:
手動インストールと設定
インストール前にuvx
がインストールされていることを確認してください
Claude 設定に追加:
1、uvxの使用
2、pipインストールを使用する
1)pipでopenai-websearch-mcp
をインストールします。
2)Claudeの設定を変更する
Zed用の設定
Zed のsettings.jsonに追加します:
uvxの使用
pipインストールの使用
デバッグ
MCPインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
ワンクリックでインストールと構成を行い、モデルコンテキストプロトコルを通じて OpenAI の Web 検索機能にアクセスできます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates integration of Brave Search functionalities with AI assistants through the Model Context Protocol, enabling web and local searches using the Brave Search API.Last updated -212PythonMIT License
- AsecurityAlicenseAqualityProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated -21,11038JavaScriptMIT License
- AsecurityAlicenseAqualityEnables AI assistants to interact with Meilisearch via the Model Context Protocol, allowing comprehensive index, document, and search management through a standardized interface.Last updated -6818TypeScriptMIT License
- -securityAlicense-qualityA lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.Last updated -11PythonMIT License