Self-hostable MCP server exposing OpenAI's native web search via Codex/ChatGPT auth. Zero deps.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openai_websearch": {
"command": "npx",
"args": [
"-y",
"hffmnnj/openai_websearch"
]
}
}
}
Run in terminal:
claude mcp add openai_websearch npx -y hffmnnj/openai_websearch
Add to .cursor/mcp.json:
{
"mcpServers": {
"openai_websearch": {
"command": "npx",
"args": [
"-y",
"hffmnnj/openai_websearch"
]
}
}
}