Best for
- AI assistant workflows that need basic web search and webpage text extraction.
- Content-collection tasks that process multiple URLs at once.
- MCP client users who want DuckDuckGo-based search.
This Apache-2.0-licensed Node.js MCP server focuses on DuckDuckGo search and webpage content extraction. The README also displays an MIT badge, so the license information is inconsistent and should be verified against the repository's LICENSE file.
Web Scout MCP is a Node.js MCP server that provides DuckDuckGo web search and webpage content extraction, with support for parallel multi-URL processing, memory optimization, request throttling, and error handling.
Node.js 18 or later and npm or yarn are required. Install globally with npm install -g @pinkpixel/web-scout-mcp, install locally with npm install @pinkpixel/web-scout-mcp, or add the provided npx configuration to an MCP-compatible client and run web-scout-mcp. From source, run npm install, npm run build, and npm start. When embedding the package and calling createServer() manually, set WEB_SCOUT_DISABLE_AUTOSTART=1.
{"mcpServers":{"web-scout":{"command":"npx","args":["-y","@pinkpixel/web-scout-mcp@latest"]}}}