Skip to main content

MCP server for web search and content extraction using SearxNG

Project description

Web Explorer MCP

A Model Context Protocol (MCP) server that provides web search and webpage content extraction using a local SearxNG instance.

Why Web Explorer MCP?

Unlike commercial solutions (GitHub Copilot, Cursor IDE), Web Explorer MCP prioritizes privacy and autonomy:

Feature Web Explorer MCP GitHub Copilot Cursor IDE
Privacy ✅ Local SearxNG, zero tracking ❌ Bing API, Microsoft servers ❌ Cloud search, third-party APIs
Cost ✅ Free, no limits 💰 $10-20/month subscription 💰 $20/month Pro plan
API Keys ✅ None required ⚠️ GitHub account required ⚠️ Account & subscription
Data Control ✅ All data stays local ❌ Queries sent to Microsoft ❌ Queries sent to external services
Setup ✅ 2 commands ⚠️ Account setup, policy config ⚠️ Account, payment setup
Open Source ✅ Fully auditable ⚠️ Partial (client only) ❌ Proprietary

Perfect for: Developers who value privacy, work with sensitive data, or prefer not to depend on external services and subscriptions.

⚠️ Responsible Use

This tool is designed for human-assisted AI interactions, not for automated high-volume scraping:

  • 🚫 Not for DDoS - Do not use for overwhelming websites or search engines
  • 🚫 Not for High-Speed Automation - Avoid usage speeds significantly higher than a real user
  • 🚫 Not for Fully Automated AI Agents - Not recommended for high-performance autonomous agents
  • Respect Infrastructure - Honor website owners' business scenarios and infrastructure capabilities
  • Follow robots.txt - Respect crawling policies and rate limits

Use responsibly: This tool is meant for legitimate research and development, not for abuse.

Features

  • 🔍 Web Search - Search using local SearxNG (private, no API keys)
  • 📄 Content Extraction - Extract clean text from webpages with Playwright rendering
  • 🐳 Zero Pollution - Runs in Docker, leaves no traces
  • 🚀 Simple Setup - Install in 2 commands

Quick Start

1. Install Services (SearxNG + Playwright)

git clone https://github.com/l0kifs/web-explorer-mcp.git
cd web-explorer-mcp
./install.sh  # or ./install.fish for Fish shell

2. Configure Claude Desktop

Add to your Claude config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "web-explorer": {
      "command": "uvx",
      "args": ["web-explorer-mcp"]
    }
  }
}

3. Restart Claude

That's it! Ask Claude to search the web.

Tools

  • web_search_tool(query, page, page_size) - Search the web
  • webpage_content_tool(url, max_chars, page) - Extract webpage content with pagination support

Configuration & Usage

See docs/CONFIGURATION.md for:

  • Other AI clients (Continue.dev, Cline)
  • Environment variables
  • Troubleshooting
  • Management commands

Update

uvx --force web-explorer-mcp  # MCP server
docker compose pull && docker compose up -d  # SearxNG + Playwright

Uninstall

docker compose down -v
cd .. && rm -rf web-explorer-mcp

Development

uv sync              # Install dependencies
docker compose up -d # Start SearxNG + Playwright
uv run web-explorer-mcp  # Run locally

See CONTRIBUTING.md for details.

License

MIT - see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

web_explorer_mcp-0.3.0.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

web_explorer_mcp-0.3.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file web_explorer_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: web_explorer_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for web_explorer_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6a4c93af1cdb50ef474d8718974a4fc8e6c445c41cf10a9082a701b1fd2dc723
MD5 f91d60bc776833514bc148346a461141
BLAKE2b-256 6981daf4e138f45d0d91194329bf61475c4970cd72de7a80cbc43fa192024886

See more details on using hashes here.

File details

Details for the file web_explorer_mcp-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for web_explorer_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2685245fa1871e2e8cd0c152520a7171744291bbb6b7590df38a0299387f917
MD5 1ead34e9abbab206c2201b0a6cc93d74
BLAKE2b-256 d704aef685d4edacf9133142068b1f6266208d6d0e992b17c16bcbaa2613604c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page