A favicon of Deep Research

Deep Research

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.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install baranwang/mcp-deep-research -c claude

This command will automatically install and configure the Deep Research MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Deep Research": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-deep-research"
      ],
      "env": {
        "TAVILY_API_KEY": "${input:tavily_api_key}",
        "MAX_SEARCH_KEY": "${input:max_search_key}"
      }
    }
  }
}

MCP Deep Research

smithery badge NPM Version NPM License

简体中文 | English

Overview

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.

Configuration

{
  "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.

Use with Smithery

Install via Smithery, compatible with Claude Desktop client:

npx -y @smithery/cli install @baranwang/mcp-deep-research --client claude

Compatibility Notice

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:

Share:
Details:
  • Stars


    1
  • Forks


    1
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Deep Research:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit