HomeSearch & Research › one-search-mcp

one-search-mcp

Web search, URL discovery, scraping & extraction with agent-browser and search providers

TypeScript
★ 142 stars Last pushed 2026-07-31 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.4)

npx -y one-search-mcp@1.2.4

Or add to your MCP client config:

{
  "mcpServers": {
    "one-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "one-search-mcp@1.2.4"
      ],
      "env": {
        "SEARCH_PROVIDER": "<YOUR_VALUE>",
        "SEARCH_API_URL": "<YOUR_VALUE>",
        "SEARCH_API_KEY": "<YOUR_VALUE>",
        "YDC_API_KEY": "<YOUR_VALUE>",
        "ALLOW_PRIVATE_NETWORK": "<YOUR_VALUE>"
      }
    }
  }
}
  • SEARCH_PROVIDER — Search provider to use (searxng, duckduckgo, bing, tavily, google, zhipu, exa, bocha, ydc, 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)
  • YDC_API_KEY secret — You.com API key for ydc provider
  • ALLOW_PRIVATE_NETWORK — Allow browser-backed tools to access private, loopback, and link-local network targets when set to true

Related servers

Data from the Official MCP Registry