web-scout-mcp
by pinkpixel-dev·★ 128·Score 49
A robust MCP server providing web search and content extraction capabilities through DuckDuckGo integration.
Overview
Web Scout MCP Server is a well-implemented extension that brings web search capabilities directly to MCP-compatible AI environments. It offers two primary tools: DuckDuckGoWebSearch for finding information online, and UrlContentExtractor for retrieving clean text content from web pages. The server features intelligent memory optimization and rate limiting to ensure stable operation, making it suitable for both single queries and batch processing of multiple URLs.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Web Scout when you need a privacy-focused search solution with efficient content extraction capabilities for your MCP-enabled AI assistant.
When NOT to choose this
Avoid if you need search results from Google or require advanced content filtering beyond basic text extraction.
Tools this server exposes
2 tools extracted from the READMEDuckDuckGoWebSearch(query: string, maxResults?: number)Searches the web using DuckDuckGo and returns structured results
UrlContentExtractor(url: string | string[])Extracts clean text content from web pages
Comparable tools
Installation
Installing Web Scout MCP Server
**Via Smithery (for Claude Desktop):**
npx -y @smithery/cli install @pinkpixel-dev/web-scout-mcp --client claude**Global Installation:**
npm install -g @pinkpixel/web-scout-mcp**Local Installation:**
npm install @pinkpixel/web-scout-mcp**Claude Desktop Configuration:** Add to your Claude Desktop's config.json:
{
"mcpServers": {
"web-scout": {
"command": "npx",
"args": [
"-y",
"@pinkpixel/web-scout-mcp@latest"
]
}
}
}FAQ
- What search engine does Web Scout use?
- Web Scout uses DuckDuckGo for web search, which is known for its privacy-focused approach.
- Can it extract content from multiple URLs at once?
- Yes, the UrlContentExtractor tool supports both single URLs and arrays of URLs for parallel processing.
Compare web-scout-mcp with
Last updated · Auto-generated from public README + GitHub signals.