Skip to main content
ClaudeWave
Perufitlife avatar
Perufitlife

deep-research-mcp-server

View on GitHub

MCP server: web search, clean page reading, and one-call research dossiers for AI agents. No API key.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Perufitlife/deep-research-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "deep-research": {
      "command": "node",
      "args": ["/path/to/deep-research-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Perufitlife/deep-research-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# Deep Research MCP

An [MCP](https://modelcontextprotocol.io) server that gives **Claude, Cursor, or any AI agent** real web-research skills — web search, clean-Markdown page reading, and one-call research dossiers — with **no OpenAI / Perplexity / Tavily key required**. Your agent is the LLM, so it does the synthesis; this server does the hard part (finding sources, fetching them, and stripping pages down to clean, LLM-ready Markdown).

## Tools

| Tool | What it does |
|------|--------------|
| `web_search` | Search the web → ranked `{title, url, snippet}`. |
| `read_url` | Fetch a URL → main content as clean Markdown. |
| `deep_research` | Search → read the top N sources in parallel → a citation-ready dossier. |

## Install

### Claude Desktop / Cursor / Windsurf

Add to your MCP config (`claude_desktop_config.json`, Cursor `mcp.json`, etc.):

```json
{
  "mcpServers": {
    "deep-research": {
      "command": "npx",
      "args": ["-y", "deep-research-mcp-server"]
    }
  }
}
```

Then ask your agent: *"Use deep_research to compare the top open-source vector databases in 2026 and summarize with citations."*

## Why this over Tavily / Firecrawl?

- **No API key** — search and page-reading run locally; your agent supplies the intelligence.
- **Agentic** — `deep_research` orchestrates multi-source reading and returns a citation-ready dossier, not a single page.
- **Free & open** — MIT licensed, `npx` and go.

## Notes

- Uses public metasearch (SearXNG) with a DuckDuckGo fallback; very fresh pages may not be indexed yet.
- Some sites block automated fetches; `deep_research` skips failed sources and reports how many it read.

---

Also available as a hosted Apify Actor: [apify.com/renzomacar/deep-research-mcp](https://apify.com/renzomacar/deep-research-mcp). Built by [Renzo Madueño](https://github.com/Perufitlife).

What people ask about deep-research-mcp-server

What is Perufitlife/deep-research-mcp-server?

+

Perufitlife/deep-research-mcp-server is mcp servers for the Claude AI ecosystem. MCP server: web search, clean page reading, and one-call research dossiers for AI agents. No API key. It has 0 GitHub stars and was last updated today.

How do I install deep-research-mcp-server?

+

You can install deep-research-mcp-server by cloning the repository (https://github.com/Perufitlife/deep-research-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Perufitlife/deep-research-mcp-server safe to use?

+

Perufitlife/deep-research-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Perufitlife/deep-research-mcp-server?

+

Perufitlife/deep-research-mcp-server is maintained by Perufitlife. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to deep-research-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy deep-research-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Perufitlife/deep-research-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/perufitlife-deep-research-mcp-server)](https://claudewave.com/repo/perufitlife-deep-research-mcp-server)
<a href="https://claudewave.com/repo/perufitlife-deep-research-mcp-server"><img src="https://claudewave.com/api/badge/perufitlife-deep-research-mcp-server" alt="Featured on ClaudeWave: Perufitlife/deep-research-mcp-server" width="320" height="64" /></a>