🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract

Created By
yokingmaa year ago
🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support Firecrawl, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Overview

What is OneSearch MCP?

OneSearch MCP is a Model Context Protocol (MCP) server that integrates with Searxng, Firecrawl, and Tavily to provide web search, scraping, and content extraction capabilities.

How to use OneSearch MCP?

To use OneSearch MCP, install it via npm and configure the necessary environment variables for your preferred search provider and API keys. You can run it on platforms like Cursor or Windsurf by setting up the appropriate configuration files.

Key features of OneSearch MCP?

  • Web search, scraping, crawling, and content extraction from various websites.
  • Support for multiple search engines and web scrapers including SearXNG and Firecrawl.
  • Self-hosting capabilities for SearXNG and Firecrawl.
  • Enabled tools for searching and scraping.

Use cases of OneSearch MCP?

  1. Automating web data extraction for research purposes.
  2. Building custom search engines tailored to specific needs.
  3. Integrating web scraping functionalities into applications.

FAQ from OneSearch MCP?

  • What programming language is OneSearch MCP built with?

OneSearch MCP is built using TypeScript.

  • Is OneSearch MCP free to use?

Yes! OneSearch MCP is open-source and available under the MIT License.

  • Can I self-host OneSearch MCP?

Yes! You can self-host it by following the deployment instructions provided in the documentation.

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
yokingma
Star
11
Language
TypeScript
License
MIT license

Recommend Servers

View All
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

a day ago