Deep Research Mcp
Search & RetrievalA 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.
Installation
npx -y @pinkpixel/deep-research-mcpView configuration snippet
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": [
"-y",
"@pinkpixel/deep-research-mcp"
],
"env": {
"TAVILY_API_KEY": "tvly-YOUR_ACTUAL_API_KEY_HERE",
"DOCUMENTATION_PROMPT": "Your custom, detailed instructions for the LLM on how to generate markdown documents from the research data...",
"RESEARCH_OUTPUT_PATH": "/path/to/your/research/output/folder"
}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
AgentQL MCP
MCP server for AgentQL, letting agents query and extract structured data from the web.
Algolia
Use AI agents to provision, configure, and query your Algolia search indices. Useful for MCP clients that need reliable integrations and automation workflows.
Alibaba Cloud OpenSearch
This MCP server equips AI Agents with tools to interact with OpenSearch through a standardized and extensible interface.
Amplitude
The Amplitude MCP server enables seamless integration between AI assistants and your product data, allowing you to search, analyze, and query charts, dashboards, experiments, feature flags, and metrics directly from your AI interface.
Like this server?
Discover more MCP servers or submit your own to directory.