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.
Features
- 🔍 Web Search - Search using local SearxNG (private, no API keys)
- 📄 Content Extraction - Extract clean text from webpages
- 🐳 Zero Pollution - Runs in Docker, leaves no traces
- � Simple Setup - Install in 2 commands
Quick Start
1. Install SearxNG
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 webwebpage_content_tool(url, max_chars)- Extract webpage content
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
Uninstall
docker compose down -v
cd .. && rm -rf web-explorer-mcp
Development
uv sync # Install dependencies
docker compose up -d # Start SearxNG
uv run web-explorer-mcp # Run locally
See CONTRIBUTING.md for details.
License
MIT
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web_explorer_mcp-0.1.0.tar.gz.
File metadata
- Download URL: web_explorer_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fae17cd470f5d75eb2b4a231f2c6ea202946c8c40373a7fa275d54288388c90
|
|
| MD5 |
8ee2c2810f141a0d89a708124424bfd8
|
|
| BLAKE2b-256 |
c898fbb75960a129802c85b0608a7ee90b08491e2f4a2a469cdad6e156ab65ba
|
File details
Details for the file web_explorer_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: web_explorer_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ddbed99a59c7b4a34af02daba323e82a9cf05b8784240051ac2d87ded6c6c7c
|
|
| MD5 |
addf75713e3254ca43df5444ac4eeb2b
|
|
| BLAKE2b-256 |
61dcd7ec4d074eb5e294cb7daea2ccf4e1ebb938513e975b416b482340367965
|