OpenAI Web Search MCP Server
@bitibi
OpenAI Web Search MCP Server について
A server for handling OpenAI web search using MCP (Multi-Config Protocol)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"OpenAI-WebSearch-MCP-Server": {
"command": "npx",
"args": [
"openai-websearch-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenAI Web Search MCP Server?
A TypeScript‑based MCP server that lets AI models perform real‑time web searches through the OpenAI API, using the Responses API’s web_search_preview feature. It is built for developers who want to add live web search capabilities to any MCP‑compatible client (e.g., Claude Desktop).
How to use OpenAI Web Search MCP Server?
Install with npx openai-websearch-mcp-server or npm install -g openai-websearch-mcp-server, then set the OPENAI_API_KEY environment variable. Run the server with openai-websearch-mcp. Configure your MCP client to launch the server and send tool calls to the web_search tool, which accepts a query string and returns results from across the internet.
Key features of OpenAI Web Search MCP Server
- Real‑time web search via OpenAI’s
web_search_previewcapability - Simple MCP‑compliant tool interface (
web_search) - Run directly with
npxor install globally - Port configurable via the
PORTenvironment variable - Works with any MCP client (Claude Desktop, etc.)
Use cases of OpenAI Web Search MCP Server
- Enabling an AI assistant to look up current news or facts
- Providing up‑to‑date information to a chatbot without manual data refreshes
- Adding a search tool to your custom MCP‑powered application
FAQ from OpenAI Web Search MCP Server
What does the server do?
It exposes a web_search tool that uses OpenAI’s Responses API to perform live web searches, returning results directly to an MCP client.
How do I set my OpenAI API key?
Set the environment variable OPENAI_API_KEY before running the server: export OPENAI_API_KEY='your-api-key-here'.
Do I need any other services?
Only an OpenAI API key with access to the Responses API’s web_search_preview feature. No additional database or third‑party search engine is required.
How do I change the port?
Set the PORT environment variable, e.g., PORT=8080 openai-websearch-mcp. The default port is 3000.
How is this server intended to be used?
It is designed to be launched by an MCP client (like Claude Desktop) via the command line, with the API key provided in the client configuration’s environment.
「AI とエージェント」の他のコンテンツ
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
コメント