What is MCP server for OpenAI's websearch functionality.?
This MCP server provides access to OpenAI's websearch functionality through the Model Context Protocol. It allows AI assistants to search the web during conversations with users, providing up-to-date information that may not be available in the assistant's training data. The server can be installed and configured for use with Claude.app or Zed editor.
Documentation
OpenAI WebSearch MCP Server
This MCP server provides access to OpenAI's websearch functionality through the Model Context Protocol. It allows AI assistants to search the web during conversations with users, providing up-to-date information that may not be available in the assistant's training data. The server can be installed and configured for use with Claude.app or Zed editor.
One click installation & Configuration# Claude
!!Can using this command auto update configure file(Recommend)
OPENAI_API_KEY=sk-xxxx uv run --with uv --with openai-websearch-mcp openai-websearch-mcp-install
search_context_size (string): High level guidance for the amount of context window space to use for the search. One of low, medium, or high. medium is the default.
user_location (object or null)
type (string): The type of location > approximation. Always approximate.
city (string): Free text input for the city of the user, e.g. San Francisco.
country (string): The two-letter ISO country code of the user, e.g. US.
region (string): Free text input for the region of the user, e.g. California.
timezone (string): The IANA timezone of the user, e.g. America/Los_Angeles.
Manual installation and configuration
Please make sure uvx is installed before installation