openai-websearch-mcp-server
v1.0.0
Published
OpenAI Web Search MCP Server
Downloads
180
Readme
OpenAI Web Search MCP Server
A TypeScript implementation of an MCP server that provides web search functionality using OpenAI's web search preview feature.
Installation
You can run this package directly using npx:
npx openai-websearch-mcp-serverOr install it globally:
npm install -g openai-websearch-mcp-serverUsage
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY='your-api-key-here'- Run the server:
openai-websearch-mcpBy default, the server runs on port 3000. You can change this by setting the PORT environment variable:
PORT=8080 openai-websearch-mcpAPI
The server provides a web search tool that can be used through the MCP protocol. The tool is named web_search and accepts a query string as input.
Development
To set up the development environment:
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm run dev
Building
To build the package:
npm run buildLicense
MIT
