Performs deep web searches for information using the Tavily API.
简体中文 | English
MCP Deep Research is a tool that allows you to search the web for information. It is built with the Model Context Protocol and the Tavily API.
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": ["-y", "mcp-deep-research@latest"],
"env": {
"TAVILY_API_KEY": "your_tavily_api_key", // Required
"MAX_SEARCH_KEYWORDS": "5", // Optional, default 5
"MAX_PLANNING_ROUNDS": "5" // Optional, default 5
}
}
}
}
The tool can be configured using the following environment variables:
TAVILY_API_KEY
: The API key for the Tavily API.MAX_SEARCH_KEYWORDS
: The maximum number of search keywords to use.MAX_PLANNING_ROUNDS
: The maximum number of planning rounds to use.TAVILY_HTTP_PROXY
/TAVILY_HTTPS_PROXY
: The proxy address for the Tavily API.Install via Smithery, compatible with Claude Desktop client:
npx -y @smithery/cli install @baranwang/mcp-deep-research --client claude
This MCP server is optimized for prompt-based MCP clients. For MCP clients implemented using function calling mechanisms, the performance and results may not be optimal.
Verified prompt-based MCP clients:
Verified function calling-based MCP clients:
A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Access real-time and historical Indian stock data using the Yahoo Finance API.
Search and retrieve content from the Unsloth AI documentation.
Search for Google images, view results, and download them directly within your IDE.
Interact with the arXiv.org paper database. Supports keyword search, paper lookups, author searches, and trend analysis.
Provides comprehensive offline store information queries, including enterprise restaurant brand store search, offline store search, and restaurant brand store statistics.
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.
Search YouTube videos and retrieve their transcripts using the YouTube API.
Search the web using Kagi's search API
MCP server that performs whois lookup against domain, IP, ASN and TLD.