Back to MCP Servers

Openai Websearch

This is a Python-based MCP server that provides OpenAI `web_search` built-in tool.

search-data-extractionpythonai

Installation

npx -y openai-websearch-mcp

Configuration

{
  "mcpServers": {
    "openai-websearch-mcp": {
      "command": "npx",
      "args": ["-y", "openai-websearch-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub