Deep Research MCP Server
Provides web search capabilities using DuckDuckGo's search engine.
Provides metasearch capabilities using public SearXNG instances.
Deep Research MCP
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).
Tools
Tool | What it does |
| Search the web → ranked |
| Fetch a URL → main content as clean Markdown. |
| Search → read the top N sources in parallel → a citation-ready dossier. |
Related MCP server: GroundRoute
Install
Claude Desktop / Cursor / Windsurf
Add to your MCP config (claude_desktop_config.json, Cursor mcp.json, etc.):
{
"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_researchorchestrates multi-source reading and returns a citation-ready dossier, not a single page.Free & open — MIT licensed,
npxand go.
Notes
Uses public metasearch (SearXNG) with a DuckDuckGo fallback; very fresh pages may not be indexed yet.
Some sites block automated fetches;
deep_researchskips 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- AlicenseAqualityCmaintenanceWeb search for AI agents across 6 engines (Serper, Brave, Exa, Tavily, Firecrawl, Perplexity) through one search tool. Routes each query to the cheapest engine that clears a quality bar and caches repeats. Hosted, streamable-HTTP, BYOK supported.11MIT
- AlicenseAqualityBmaintenanceWeb search, content extraction, and library docs for AI agents with 5-strategy scraping and runs without API keys.6MIT
- AlicenseAqualityBmaintenanceWeb tools for AI agents. Search the web for full page content, fetch URLs as clean markdown including PDFs, extract structured data from a page with a prompt, and run multi-source deep research that returns a cited report.41MIT
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
The best web search for your AI Agent
Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Perufitlife/deep-research-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server