The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Deep Research MCP Server listing page.
An MCP 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).
| 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. |
Add to your MCP config (claude_desktop_config.json, Cursor mcp.json, etc.):
Then ask your agent: "Use deep_research to compare the top open-source vector databases in 2026 and summarize with citations."
deep_research orchestrates multi-source reading and returns a citation-ready dossier, not a single page.npx and go.deep_research skips failed sources and reports how many it read.Also available as a hosted Apify Actor: apify.com/renzomacar/deep-research-mcp. Built by Renzo Madueño.