
Deep Research MCP
A Model Context Protocol compliant server that facilitates comprehensive web research by utilizing Tavily's Search and Crawl APIs to gather and structure data for high-quality markdown document creation.
Tools
deep-research-tool
Performs extensive web research using Tavily Search and Crawl. Returns aggregated JSON data including the query, search summary (if any), detailed research findings, and documentation instructions. The documentation instructions will guide you on how the user wants the research data to be formatted into markdown.
README
Deep Research MCP 🌐
Welcome to the Deep Research MCP repository! This project provides a server compliant with the Model Context Protocol (MCP). It is designed to facilitate comprehensive web research. By utilizing Tavily's Search and Crawl APIs, the server gathers detailed information on various topics and structures this data to support high-quality markdown document creation using large language models (LLMs).
Table of Contents
Features
- MCP Compliance: The server adheres to the Model Context Protocol, ensuring compatibility with various tools and services.
- Data Aggregation: Efficiently gathers and structures data from multiple sources.
- Markdown Generation: Converts gathered data into well-structured markdown documents.
- Web Crawling: Utilizes Tavily's Search and Crawl APIs for in-depth web research.
- Node.js and TypeScript: Built using modern technologies for better performance and maintainability.
Installation
To get started with Deep Research MCP, follow these steps:
-
Clone the repository:
git clone https://github.com/ali-kh7/deep-research-mcp.git
-
Navigate to the project directory:
cd deep-research-mcp
-
Install the dependencies:
npm install
-
Run the server:
npm start
You can also check the Releases section for downloadable files and specific versions.
Usage
Once the server is running, you can interact with it via the API. Here’s how to use it effectively:
-
Send a request to gather information:
You can send a request to the server with a specific topic to gather data. The server will return structured information ready for markdown generation.
Example request:
POST /api/research Content-Type: application/json { "topic": "Artificial Intelligence" }
-
Receive structured data:
The server responds with data in a structured format. This data can be used directly or transformed into markdown documents.
-
Generate markdown documents:
The structured data can be converted into markdown using the provided functions in the API.
Example Markdown Output
# Artificial Intelligence
## Overview
Artificial Intelligence (AI) refers to the simulation of human intelligence in machines.
## Applications
- Healthcare
- Finance
- Transportation
## Conclusion
AI is transforming industries and shaping the future.
API Documentation
For detailed API documentation, please refer to the docs
folder in this repository. It contains information on all available endpoints, request formats, and response structures.
Endpoints
- POST /api/research: Gather information on a specific topic.
- GET /api/status: Check the server status.
Contributing
We welcome contributions to improve Deep Research MCP. If you want to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeatureName
-
Make your changes.
-
Commit your changes:
git commit -m "Add your message here"
-
Push to the branch:
git push origin feature/YourFeatureName
-
Open a Pull Request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Support
If you encounter any issues or have questions, please check the Releases section or open an issue in the repository.
Thank you for checking out Deep Research MCP! We hope this tool enhances your web research capabilities. Happy coding!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.