Back to directory
conechoai/openai-websearch-mcp

conechoai/openai-websearch-mcp

@ConechoAI

An advanced MCP server that provides intelligent web search capabilities using OpenAI's reasoning models.

openaiwebsearchmcpserverreasoninggpt-5searchtoolcontext

Installation & Configuration

{
  "mcpServers": {
    "openai-websearch-mcp": {
      "command": "uvx",
      "args": [
        "openai-websearch-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "your-api-key-here",
        "OPENAI_DEFAULT_MODEL": "gpt-5-mini"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13