Back to directory
bitibi/openai-websearch-mcp-server

bitibi/openai-websearch-mcp-server

@bitibi

A TypeScript implementation of an MCP server that provides web search functionality using OpenAI's web search preview feature

openaiweb-searchmcptypescriptapisearchcontext

Installation & Configuration

{
  "mcpServers": {
    "openai_websearch": {
      "command": "npx",
      "args": [
        "-y",
        "openai-websearch-mcp-server"
      ],
      "env": {
        "OPENAI_API_KEY": "your_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15