Loading...
pip install openai-websearch-mcp{
"mcpServers": {
"openai-websearch-mcp": {
"command": "uvx",
"args": ["openai-websearch-mcp"],
"env": {
"OPENAI_API_KEY": "your-api-key-here",
"OPENAI_DEFAULT_MODEL": "gpt-5-mini"
}
}
}
}openai_web_searchPerforms intelligent web searches using OpenAI's reasoning models.
Primarily a read-only operation, retrieving information from the web.
The server is relatively safe for read-only operations, but the dependency on an external API and the potential for unpredictable model outputs introduce moderate risks. It is safe to use with proper API key management and monitoring of query content. Risky scenarios include using a compromised API key or performing sensitive queries without adequate safeguards.