{"type":"mcp_server","name":"openai-websearch-mcp","description":"This repository provides an MCP server for accessing OpenAI's websearch functionality, enabling AI assistants like Claude to search the web for up-to-date information during conversations with users. This repository provides","category":"Search & Knowledge","language":"Python","stars":89,"forks":2,"owner":"ConechoAI","github_url":"https://github.com/ConechoAI/openai-websearch-mcp","homepage":null,"setup":"## Setup\n\n**One-click Installation & Configuration:**\n\n*   **Claude:**\n    ```bash\n    OPENAI_API_KEY=sk-xxxx uv run --with uv --with openai-websearch-mcp openai-websearch-mcp-install\n    ```\n\n**Manual Installation and Configuration:**\n\n1.  Make sure `uvx` is installed.\n2.  **Claude:**\n    *   **Using uvx:**\n        ```json\n        \"mcpServers\": {\n          \"openai-websearch-mcp\": {\n            \"command\": \"uvx\",\n            \"args\": [\"openai-websearch-mcp\"],\n            \"env\": {\n                \"OPENAI_API_KEY\": \"your-api-key-here\"\n            }\n          }\n        }\n        ```\n    *   **Using pip installation:**\n        1.  Install `openai-websearch-mcp` via pip:\n            ```bash\n            pip install openai-websearch-mcp\n            ```\n        2.  Modify your Claude settings:\n            ```json\n            \"mcpServers\": {\n              \"openai-websearch-mcp\": {\n                \"command\": \"python\",\n                \"args\": [\"-m\", \"openai_websearch_mcp\"],\n                \"env\": {\n                    \"OPENAI_API_KEY\": \"your-api-key-here\"\n                }\n              }\n            }\n            ```\n3.  **Zed:**\n    *   **Using uvx:**\n        ```json\n        \"context_servers\": [\n          \"openai-websearch-mcp\": {\n            \"command\": \"uvx\",\n            \"args\": [\"openai-websearch-mcp\"],\n            \"env\": {\n                \"OPENAI_API_KEY\": \"your-api-key-here\"\n            }\n          }\n        ],\n        ```\n    *   **Using pip installation:**\n        ```json\n        \"context_servers\": {\n          \"openai-websearch-mcp\": {\n            \"command\": \"python\",\n            \"args\": [\"-m\", \"openai_websearch_mcp\"],\n            \"env\": {\n                \"OPENAI_API_KEY\": \"your-api-key-here\"\n            }\n          }\n        },\n        ```\n4.  **Debugging:**\n    *   For uvx installations:\n        ```bash\n        npx @modelcontextprotocol/inspector uvx openai-websearch-mcp\n        ```","tools":"## Available Tools\n\n1.  `web_search` - Call openai websearch as tool.\n","faq":null,"created_at":"2025-03-12T05:59:19+00:00","updated_at":"2025-03-26T15:47:22+00:00","source_url":"https://model-context-protocol.com/servers/openai-websearch-mcp-server-ai-assistants","related_articles":[]}