- Searxng Scrape
Searxng Scrape
Overview
What is MCP SearXNG Search? MCP SearXNG Search is a Model Context Protocol server that provides privacy-focused web search and article scraping capabilities using SearXNG instances. It eliminates the need for API keys and tracking by leveraging decentralized search aggregators.
How to use MCP SearXNG Search?
To use the server, set up your SearXNG instance URL environment variable, then run the server using NPX commands or local development setup provided in the documentation.
FAQ for MCP SearXNG Search
Can I use my own SearXNG instance?
Yes, you can set the SEARXNG_URL environment variable to point to any public or self-hosted SearXNG instance.
What content can be scraped?
The scraper works with most web pages and extracts titles, descriptions, publication dates, and clean readable text content.
Server Config
{
"mcpServers": {
"searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng-scrape"
],
"env": {
"SEARXNG_URL": "https://searx.be"
}
}
}
}