Back to MCP Servers
Openai Websearch
This is a Python-based MCP server that provides OpenAI `web_search` built-in tool.
search-data-extractionpythonai
By ConechoAI
Installation
npx -y openai-websearch-mcpConfiguration
{
"mcpServers": {
"openai-websearch-mcp": {
"command": "npx",
"args": ["-y", "openai-websearch-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes