Home › Search & Research › one-search-mcp
one-search-mcp
Web search, URL discovery, scraping & extraction with agent-browser and search providers
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"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 googleSEARCH_API_KEYsecret — API key for search provider (required for tavily, bing, google, zhipu, exa, bocha)YDC_API_KEYsecret — You.com API key for ydc providerALLOW_PRIVATE_NETWORK— Allow browser-backed tools to access private, loopback, and link-local network targets when set to true
Related servers
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Data from the Official MCP Registry