The OpenAI WebSearch MCP Server provides AI assistants with access to real-time web search capabilities through OpenAI's websearch functionality. Developed by ConechoAI, this Python-based implementation allows Claude and other AI assistants to search the web during conversations, retrieving up-to-date information not available in their training data. The server supports configurable search context sizes and user location parameters, making it particularly valuable for answering questions about current events, retrieving recent information, or accessing specialized knowledge that may be outside an assistant's knowledge cutoff. It can be easily installed via pip or uv and configured for use with Claude.app or Zed editor.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Call OpenAI websearch as a tool. Required arguments: type (string), 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) which includes type (string), city (string), country (string), region (string), and timezone (string).