Deep Research MCP
Supports Google as a web search retriever for quick search and deep research, enabling the server to fetch real-time information from the web.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Deep Research MCPresearch the impact of AI on climate change"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deep Research MCP
MCP server for Deep Research, enabling AI assistants to perform deep web research and generate comprehensive reports. Built with Machine Core it supports multiple agents in a divide and conquer approach to research. These agents can be edited to behave as you wish, for this reasercher to play a certain persona to research.
for example if you are researching some finace topic, A "Logic" type agent and a "Creative" type will give very different results. you can also just mix and match.
Quick Start with Claude Desktop
Want to use this with Claude Desktop right away? Here's the fastest path:
Install dependencies:
git clone https://github.com/mythrantic/deep-research.git pip install -r requirements.txtSet up your Claude Desktop config at
~/Library/Application Support/Claude/claude_desktop_config.json:{ "mcpServers": { "gptr-mcp": { "command": "python", "args": ["/absolute/path/to/deep-research/src/server.py"], "env": { "OLLAMA_BASE_URL": "your-ollama-base-url-here", "LLM_MODEL": "your-llm-model-here" // you can use any env var https://github.com/samletnorge/machine-core defines and its dependency. it is the multiagent framework that allows this to work. } } } }Restart Claude Desktop and start researching! 🎉
For detailed setup instructions, see the full Claude Desktop Integration section below.
Resources
research_resource: Get web resources related to a given task via research.
Primary Tools
deep_research: Performs deep web research on a topic, finding the most reliable and relevant informationquick_search: Performs a fast web search optimized for speed over quality, returning search results with snippets. Supports any Deep Research supported web retriever such as Tavily, Bing, Google, etc... Learn more herewrite_report: Generate a report based on research resultsget_research_sources: Get the sources used in the researchget_research_context: Get the full context of the research
Prompts
research_query: Create a research query prompt
Related MCP server: Harness Research MCP
Prerequisites
uv/make
⚙️ Installation
Clone the repository:
git clone https://github.com/mythrantic/deep-research.git
cd deep-researchInstall the deep-research dependencies:
cd deep-research
uv syncSet up your environment variables:
Copy the
.env.examplefile to create a new file named.env:
cp .env.example .envEdit the
.envfile and add your API keys and configure other settings:
You can also add any other env variable allowed by https://github.com/samletnorge/machine-core and its dependencies, such as LLM_PROVIDER etc
🚀 Running the MCP Server
You can run the MCP server in several ways:
Method 1: Directly using Python
python src/server.py
mcp run src/server.py
uv run src/server.pyMethod 3: Using Docker (recommended for production)
Quick Start
The simplest way to run with Docker:
# Build and run with docker-compose
docker-compose up -d
# Or manually:
docker build -t deep-research .
docker run -d \
--name deep-research \
-p 8000:8000 \
--env-file .env \
deep-researchThis 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
- Alicense-qualityDmaintenanceEnables iterative deep research by integrating AI agents with search engines, web scraping, and large language models for efficient data gathering and comprehensive reporting.Last updated19324MIT
- AlicenseAqualityCmaintenanceEnables AI agents to perform professional-grade deep research by aggregating real-time data from multiple sources, evaluating source credibility, and generating comprehensive reports.Last updated311Apache 2.0
- Flicense-qualityDmaintenanceEnables AI-powered research by breaking a topic into subtopics, gathering information via agents, and compiling a report. Integrates with LangGraph and RAG for orchestration and contextual retrieval.Last updated1
- Flicense-qualityDmaintenanceAn AI-powered deep research agent that automates the full research pipeline from web search to structured executive reports using a 4-tool pipeline (search, fetch, cluster, report).Last updated4
Related MCP Connectors
A collaborative repository where AI agents and humans share research, images, videos and papers.
The best web search for your AI Agent
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
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/mythrantic/deep-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server