Web Scout MCP Server
@pinkpixel-dev
关于 Web Scout MCP Server
A powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"web-scout-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@pinkpixel-dev/web-scout-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Web Scout MCP Server?
Web Scout MCP Server is an MCP server that provides web search via DuckDuckGo and clean text extraction from web pages, with support for parallel processing and memory optimizations. It is designed for developers using MCP-compatible clients such as Claude Desktop or Cursor.
How to use Web Scout MCP Server?
Install globally (npm install -g @pinkpixel/web-scout-mcp) and run the web-scout-mcp command, or add the package to your MCP client’s config.json with npx -y @pinkpixel/web-scout-mcp@latest. Set WEB_SCOUT_DISABLE_AUTOSTART=1 if embedding the package programmatically.
Key features of Web Scout MCP Server
- DuckDuckGo search with privacy‑focused results
- Clean text extraction from web pages
- Parallel processing of multiple URLs simultaneously
- Smart memory management to prevent crashes
- Rate limiting to avoid API blocks
- Robust error handling for reliable operation
Use cases of Web Scout MCP Server
- Searching the web for up‑to‑date information through an MCP client
- Extracting article or documentation content from one or more URLs
- Automating research workflows that combine search results with page content
- Building AI assistants that need structured, readable web data
FAQ from Web Scout MCP Server
What are the system requirements for Web Scout MCP Server?
Node.js version 18.0.0 or higher and npm or yarn are required.
How can I install Web Scout MCP Server automatically for Claude Desktop?
Use the Smithery CLI: npx -y @smithery/cli install @pinkpixel-dev/web-scout-mcp --client claude
What search engine does Web Scout MCP Server use?
It uses DuckDuckGo for privacy‑focused web search.
What tools does Web Scout MCP Server provide?
It provides DuckDuckGoWebSearch (with query and optional maxResults) and UrlContentExtractor (accepting a single URL or an array of URLs).
How does the server handle rate limiting and memory?
The server includes intelligent request throttling and smart memory management to prevent crashes and API blocks.
搜索 分类下的更多 MCP 服务器
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
duckduckgo-search MCP Server
zhsamaNaver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
评论