io.github.yokingma/one-search-mcp
Quality Score
85
/100
Web search, crawl, scrape & extract with agent-browser, SearXNG, Tavily, DuckDuckGo, Bing & more
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<search_provider>",
"SEARCH_API_URL": "<search_api_url>",
"SEARCH_API_KEY": "<your-search_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<search_provider>",
"SEARCH_API_URL": "<search_api_url>",
"SEARCH_API_KEY": "<your-search_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y one-search-mcp§02 Environment variables
SEARCH_PROVIDERSearch provider to use (searxng, duckduckgo, bing, tavily, google, zhipu, exa, bocha, local)
SEARCH_API_URLAPI URL for SearXNG (required if using searxng provider), or Google Custom Search Engine ID for google
SEARCH_API_KEYsecret
API key for search provider (required for tavily, bing, google, zhipu, exa, bocha)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).