Web Explorer MCP
Provides web search capabilities using a local SearxNG instance for private, API-key-free search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Web Explorer MCPsearch for latest privacy news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: SearXNG MCP Server
⚠️ 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 shell2. 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, 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 + PlaywrightUninstall
docker compose down -v
cd .. && rm -rf web-explorer-mcpDevelopment
uv sync # Install dependencies
docker compose up -d # Start SearxNG + Playwright
uv run web-explorer-mcp # Run locallySee CONTRIBUTING.md for details.
License
MIT - see LICENSE
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables web search, image search, and news search through a self-hosted SearXNG instance. Provides privacy-focused meta-search capabilities aggregating results from multiple search engines.Last updated31MIT
- Flicense-qualityDmaintenanceEnables local LLMs in LM Studio to perform web searches through a privacy-focused local SearXNG instance. It features concurrent search capabilities, automatic result caching, and advanced filtering options like domain exclusion and time-range limits.Last updated7
- AlicenseAqualityBmaintenanceEnables AI assistants to perform web searches and read URL content via a SearXNG instance.Last updated216MIT
- FlicenseAqualityDmaintenanceEnables privacy-respecting web, image, video, and news searches through SearxNG metasearch engine, with options for URL fetching and time filtering.Last updated5
Related MCP Connectors
Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/l0kifs/web-explorer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server