MCP Server: Ollama Deep Researcher
@MCP-Mirror
About MCP Server: Ollama Deep Researcher
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Cam10001110101_mcp-server-ollama-deep-researcher": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ollama Deep Researcher?
Ollama Deep Researcher is a Model Context Protocol (MCP) server adaptation of LangChain Ollama Deep Researcher. It provides deep research capabilities as MCP tools, allowing AI assistants to perform in-depth, iterative research on topics using local LLMs hosted by Ollama and web search via Tavily or Perplexity.
How to use Ollama Deep Researcher?
Clone the repository, install Node.js and Python dependencies (via npm, uv or pip), build the TypeScript code, and pull an Ollama model. Add the server to your MCP client’s configuration (e.g., Claude Desktop or Cline) using either the standard or Docker installation. Use the research tool with a topic, optionally configure parameters with the configure tool, and access results as MCP resources.
Key features of Ollama Deep Researcher
- Iterative research process with multiple cycles of search, summarization, and reflection
- Uses local LLMs via Ollama (e.g., deepseek-r1:1.5b)
- Web search via Tavily or Perplexity API
- Configurable number of research iterations (1–5)
- Outputs a markdown summary with source citations
- Supports Docker deployment
- Integrates with LangSmith for tracing and monitoring
Use cases of Ollama Deep Researcher
- AI assistants performing deep, multi‑step research on a given topic
- Researching complex subjects that require iterative refinement
- Generating comprehensive summaries with citations for knowledge work
- Providing persistent, reusable research resources within MCP clients
FAQ from Ollama Deep Researcher
What prerequisites are required to run Ollama Deep Researcher?
You need Node.js, Python 3.10+, an Ollama model, and API keys for Tavily and Perplexity. At least 8GB of RAM is recommended for larger models.
Which search APIs does Ollama Deep Researcher support?
The server supports Tavily and Perplexity API, configured via the searchApi argument in the configure tool.
Can I run the server with Docker?
Yes, a Docker installation is provided. You build the container, set API keys in a .env file, and run helper scripts like run-docker.sh start.
How are research results stored?
Completed research is stored as MCP resources accessible via research://{topic} URIs. They appear in the MCP client’s resource panel with timestamps and descriptions.
What tracing and monitoring is available?
Ollama Deep Researcher integrates with LangSmith to trace all LLM interactions, web searches, and research workflow steps for performance monitoring and debugging.
More AI & Agents MCP servers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Comments