mcp-DEEPwebresearch
The MCP Deep Web Research Server is a Model Context Protocol (MCP) server designed for advanced web research tasks. It provides features like intelligent search queuing, enhanced content extraction, and integration with the Claude Desktop app to facilitate efficient data gathering and analysis. This server is built upon the foundation of the mcp-webresearch project, optimized for performance and error handling.
What are the prerequisites for using the MCP Deep Web Research Server?
You need Node.js version 18 or higher and the Claude Desktop app. Playwright is also required and can be installed using npx playwright install chromium
.
How can I handle rate limiting issues?
If you encounter 'Too many requests' errors, consider increasing the SEARCH_DELAY_MS
or decreasing the MAX_PARALLEL_SEARCHES
configuration.
What should I do if I encounter network timeouts?
Ensure that requests complete within the 60-second MCP timeout. You may need to adjust the timeout settings or check your network connection.
How do I integrate the server with Claude Desktop?
After installing the package, add the appropriate entry to your claude_desktop_config.json
file, specifying the command and arguments for the MCP server.
What platforms are verified for the MCP Deep Web Research Server?
The server is verified to work on macOS and Windows. Linux support is not yet verified.