search & data extraction

Openai Websearch Mcp

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

python
cloud
local
search & data extraction
0
View on GitHub

Installation

npx -y ConechoAI/openai-websearch-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

ConechoAI/openai-websearch-mcp

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

GitHub: https://github.com/ConechoAI/openai-websearch-mcp/

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub