pinkpixel-dev/deep-research-mcp
A Model Context Protocol (MCP) compliant server designed for comprehensive web research. It uses Tavily's Search and Crawl APIs to gather detailed information on a given topic, then structures this data in a format perfect for LLMs to create high-quality markdown documents.
Platform-specific configuration:
{
"mcpServers": {
"deep-research-mcp": {
"command": "npx",
"args": [
"-y",
"deep-research-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...