🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
@yokingma
About 🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "searxng",
"SEARCH_API_URL": "http://127.0.0.1:8080",
"SEARCH_API_KEY": "YOUR_API_KEY",
"FIRECRAWL_API_URL": "http://127.0.0.1:3002",
"FIRECRAWL_API_KEY": "YOUR_API_KEY"
}
}
}
}Tools
4Search and retrieve content from web pages. Returns SERP results by default (url, title, description).
Extract structured information from web pages using LLM. Supports both cloud AI and self-hosted LLM extraction.
Scrape a single webpage with advanced options for content extraction. Supports various formats including markdown, HTML, and screenshots. Can execute custom actions like clicking or scrolling before scraping.
Discover URLs from a starting point. Can use both sitemap.xml and HTML link discovery.
Overview
What is OneSearch MCP Server?
A Model Context Protocol (MCP) server that integrates with multiple search providers for web search, local browser search, URL discovery, and scraping capabilities using agent-browser. It is designed for developers building AI agents that need to search and extract web content via MCP tools.
How to use OneSearch MCP Server?
Install via npm (npx -y one-search-mcp) or Docker, then configure the search provider and optional API keys via environment variables. Use the exposed tools (one_search, one_scrape, one_map, one_extract) from any MCP client.
Key features of OneSearch MCP Server
- Supports multiple search engines: SearXNG, Tavily, DuckDuckGo, Bing, Google, Zhipu, Exa, Bocha, and local browser search.
- Local browser-based search (free, no API keys) using agent-browser with automatic Chromium detection.
- Tools include:
one_search,one_scrape,one_map, andone_extract. - Docker image with pre-installed Chromium for zero-setup deployment.
one_scrapesupports multiple output formats: markdown, HTML, rawHtml, links, screenshot, full-page screenshot.
Use cases of OneSearch MCP Server
- Perform web searches from an AI agent using a variety of providers with or without API keys.
- Scrape a single page and return content in markdown, HTML, or screenshot format with optional pre-scrape actions.
- Discover all URLs from a starting page (link discovery) via
one_map. - Preprocess content from multiple URLs into clean text blocks for downstream LLM analysis.
FAQ from OneSearch MCP Server
What search providers are supported?
The server supports searxng, duckduckgo, bing, tavily, google, zhipu, exa, bocha, and local (browser-based). Default is local.
Do I need an API key?
It depends on the provider: local and duckduckgo require no API key; searxng requires a self-hosted URL; bing, tavily, google, zhipu, exa, and bocha require an API key.
What browsers are required for local search?
A Chromium-based browser (Google Chrome, Microsoft Edge, Chromium, or Google Chrome Canary) is required. The server auto‑detects installed browsers; otherwise, you can install Chromium via npx agent-browser install.
Can I run OneSearch MCP Server in Docker?
Yes. Docker images are available from GitHub Container Registry and Docker Hub, with Chromium pre‑installed. See the configuration example for Claude Desktop.
How do I migrate from v1.1.0 or earlier?
Remove Firecrawl environment variables, install a Chromium browser, and update to the latest version with npm install -g one-search-mcp@latest. Firecrawl has been replaced by agent-browser for local operations.
More Search MCP servers
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Comments