MCPServers
OpenAI WebSearch - MCP server logo

OpenAI WebSearch

35
0

Summary

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.

Available Actions(1)

web_search

Call OpenAI websearch as a tool. Required arguments: type (string): web_search_preview, search_context_size (string): High level guidance for the amount of context window space to use for the search (low, medium, or high; medium is the default), user_location (object or null): Contains details about the user's location including type (string), city (string), country (string), region (string), and timezone (string).

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags