MCP.so
登录
M

Mcp Server For Searxng Search And Web Scraping

@wfkpk

关于 Mcp Server For Searxng Search And Web Scraping

暂无概览

基本信息

分类

搜索

传输方式

stdio

发布者

wfkpk

提交者

PK

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "searxng": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-searxng-scrape"
      ],
      "env": {
        "SEARXNG_URL": "https://searx.be"
      }
    }
  }
}

工具

3

Performs a web search using a public or self-hosted SearXNG instance. Ideal for privacy-friendly search queries across multiple engines including news, blogs, academic, and technical sources. Use this for general-purpose web search without any tracking or profiling. Returns raw results as-is from the search aggregator.

Extracts the main article content from a given URL. Best used for cleaning and isolating the readable text from news sites, blog posts, research articles, and other content-heavy pages. Returns structured data including title, body, and optional metadata. Use this when you already have a URL and want the actual text content for summarization, analysis, or storage.

Performs a web search using a SearXNG instance and automatically scrapes the full article content from the top 5 results. Combines search and extraction in a single step—ideal for quickly collecting real content from multiple sources. Best used when you need not just links but the actual readable text for summarization, NLP tasks, or embeddings. Returns full page text, titles, and metadata from relevant results.

概览

What is Mcp Server For Searxng Search And Web Scraping?

An MCP server for privacy-focused web search and article scraping using SearXNG instances. It provides tools for web search, article extraction, and combined search‑and‑scrape workflows.

How to use Mcp Server For Searxng Search And Web Scraping?

Install via npx -y mcp-searxng-scrape or build locally with npm install && npm run build. Set the SEARXNG_URL environment variable to a SearXNG instance URL (e.g., https://searx.be) and configure the server in your MCP client’s JSON settings.

Key features of Mcp Server For Searxng Search And Web Scraping

  • Privacy‑focused web search via SearXNG instances
  • Three tools: searxng_search, scrape_article, search
  • search automatically scrapes the top 5 results
  • Optional per‑call SearXNG instance override
  • Clean article content extraction from any URL
  • Works with public or self‑hosted SearXNG instances

Use cases of Mcp Server For Searxng Search And Web Scraping

  • Privacy‑respecting web research without tracking
  • Extracting clean article text from news or blog pages
  • Batch search and content gathering for analysis
  • Integrating SearXNG search into MCP‑compatible clients

FAQ from Mcp Server For Searxng Search And Web Scraping

What SearXNG instances can I use?

Popular public instances include https://searx.be, https://search.sapti.me, https://searx.tiekoetter.com, and https://searx.work. You can also point to any other SearXNG instance.

What tools does the server provide?

It offers three tools: searxng_search (web search), scrape_article (extract article content), and search (search and automatically scrape the top 5 results).

How do I configure the server for my MCP client?

Use the JSON configuration shown in the README, setting SEARXNG_URL in the environment. Example for NPX: {"mcpServers":{"searxng":{"command":"npx","args":["-y","mcp-searxng-scrape"],"env":{"SEARXNG_URL":"https://searx.be"}}}}.

What are the system requirements?

Node.js and npm are required to build and run the server locally (npm install, npm run build). The server is executed as a standard MCP stdio process.

Does the server require an API key or authentication?

No. SearXNG instances used are public, and the server does not require any API keys or authentication tokens.

评论

搜索 分类下的更多 MCP 服务器