openai_websearch

hffmnnj/openai_websearch
★ 0 stars JavaScript AI/LLM Updated 4d ago
Self-hostable MCP server exposing OpenAI's native web search via Codex/ChatGPT auth. Zero deps.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}