Skip to main content
Search & Data ExtractionPython

ConechoAI/openai-websearch-mcp

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

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ConechoAI/openai-websearch-mcp/

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
ConechoAI