4o-mini Web Search
STDIOSearch the web through OpenAI's 4o-mini Search model, saving costs and enhancing AI capabilities.
Search the web through OpenAI's 4o-mini Search model, saving costs and enhancing AI capabilities.
Want to give your AI coder the power to search the web without going broke?
Save on expensive AI credits, and pay cash instead (it's worth it)!
This is exactly why I built this super simple MCP Server.
You can search the web through OpenAI's 4o-mini Search model.
It basically crawls the web, and gives you (or your AI coder) a super helpful answer.
npx
command.Literally all you have to do is add it to your MCP JSON config file.
If you don't know what it is, a quick search like this one should help you out.
{ "mcpServers": { "4o-mini-search": { "command": "npx", "args": ["@rebers/4o-mini-search-mcp"], "env": { "API_KEY": "your-api-key", "PROVIDER": "openai" } } } }
your-api-key
with your actual API key.PROVIDER
to either openai
(default) or openrouter
(for OpenRouter.ai).Once set up, simply ask your AI to search something.
"search mcp for latest 3.7 model and how to use it with node sdk"
"search mcp for how nextjs app router works exactly and how to use it"
"search mcp for for the latest sveltekit templates"
It will then use OpenAI's 4o-mini-search and deliver fresh information directly to your AI's context!
Issue: Server not connecting in Cursor AI (wrong API key or similar)
Fix: There is a weird bug in Cursor with the MCP file. Just restart the entire editor completely and try again.