Skip to content

Deep Research

Free

by MCP Community

A modular deep research MCP tool for Cursor AI, supporting Tavilly API integration and robust research workflows.

v0.1.1Added Apr 12, 2026
mcpcursor-aideep-researchtavillytypescript
Works with:ClaudeGPTGeminiCopilot

Deep Research MCP Server

A modular deep research MCP tool for Cursor AI, supporting Tavilly API integration and robust research workflows.

Installation

npx -y @imoksan/deep-research-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @imoksan/deep-research-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "deep-research": {
      "command": "npx",
      "args": ["-y", "@imoksan/deep-research-mcp"]
    }
  }
}