Back to Apps

o3-search-mcp
Supports UIby yoshiko-pg
High-performance web search MCP server leveraging OpenAI's o3, o4-mini, and gpt-5 models.
0 stars
Works in:claude
Exposes:Tools
What it does
Enables AI agents to perform intelligent web searches using OpenAI's latest reasoning models (o3, o4-mini, gpt-5). It transforms natural language queries into comprehensive web searches to solve complex debugging, documentation, and design problems.
Tools
- Web Search: Executes deep web searches via OpenAI models to retrieve up-to-date information from GitHub, Stack Overflow, and official docs.
- Reasoning Consultation: Uses high-reasoning effort models to review designs or debug niche technical issues.
Installation
{
"mcpServers": {
"o3-search": {
"command": "npx",
"args": ["o3-search-mcp"],
"env": {
"OPENAI_API_KEY": "your-api-key",
"OPENAI_MODEL": "o3"
}
}
}
}
Supported hosts
- Claude
- Claude Code
Quick install
npx o3-search-mcpInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"o3-search": {"command": "npx", "args": ["o3-search-mcp"], "env": {"OPENAI_API_KEY": "your-api-key", "OPENAI_MODEL": "o3"}}}}





