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 Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Comments