general 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.
Discovered via smithery and last synced 3mo ago.
1. Install the package
npx -y @pinkpixel/web-scout-mcp@latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-pinkpixel-web-scout-mcp": {
"command": "npx",
"args": [
"@pinkpixel/web-scout-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)