← Index

io.github.yokingma/one-search-mcp

io.github.yokingma/one-search-mcp·v1.2.1·Browser Automation
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_PROVIDER

Search provider to use (searxng, duckduckgo, bing, tavily, google, zhipu, exa, bocha, local)

SEARCH_API_URL

API URL for SearXNG (required if using searxng provider), or Google Custom Search Engine ID for google

SEARCH_API_KEY
secret

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