I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

OpenAI-WebSearch-MCP-Server
A server for handling OpenAI web search using MCP (Multi-Config Protocol)
1
Github Watches
1
Github Forks
0
Github Stars
OpenAI Web Search MCP Server
A TypeScript implementation of an MCP server that provides web search functionality using OpenAI's web search preview feature. This server utilizes OpenAI's latest Responses API with the web_search_preview
capability, allowing AI models to perform real-time web searches through the OpenAI API.
Installation
You can run this package directly using npx:
npx openai-websearch-mcp-server
Or install it globally:
npm install -g openai-websearch-mcp-server
Usage with MCP Clients
This server is designed to be used with MCP (Model Context Protocol) clients. Here's how to set it up with different clients:
Claude Desktop
Add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"openai_websearch": {
"command": "npx",
"args": [
"-y",
"openai-websearch-mcp-server"
],
"env": {
"OPENAI_API_KEY": "your_api_key"
}
}
}
}
Replace your_api_key
with your actual OpenAI API key.
Environment Setup
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY='your-api-key-here'
- Run the server:
openai-websearch-mcp
By default, the server runs on port 3000. You can change this by setting the PORT environment variable:
PORT=8080 openai-websearch-mcp
API
The server provides a web search tool that can be used through the MCP protocol. The tool is named web_search
and accepts a query string as input. Under the hood, it uses OpenAI's Responses API with the web_search_preview
feature to perform real-time web searches, providing up-to-date information from across the internet.
Development
To set up the development environment:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
Building
To build the package:
npm run build
License
MIT
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Reviews

user_2lr8G15l
As a loyal user of the OpenAI-WebSearch-MCP-Server by bitibi, I must say this tool has revolutionized my web search experience. It's incredibly efficient and seamless, handling complex queries with ease. The setup was straightforward and the performance is top-notch. Highly recommended for anyone needing a reliable web search server!