crew_research
Click on "Deploy 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., "@crew_researchResearch recent AI breakthroughs with citations"
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.
Multi-Agent Deep Researcher
A local, open-source alternative to ChatGPT Deep Research. It takes a user's research query, performs deep web research, verifies and synthesizes findings, and returns a cited, structured report — accessible directly inside Cursor via MCP.
Prerequisites
Ollama: Must be installed and running locally.
DeepSeek-R1 (7B): Pull the model in Ollama:
ollama run deepseek-r1:7b(or justdeepseek-r1).Serper.dev API Key: Get a free API key from serper.dev.
uv: Used for dependency management.
Related MCP server: MyWebSearch MCP
Setup
Install dependencies:
uv syncConfigure environment: Edit
.envand set yourSERPER_API_KEY:SERPER_API_KEY=your_api_key_here
Cursor Integration
Go to Cursor Settings -> Features -> MCP Servers.
Click + Add new MCP server.
Name:
crew_researchType:
commandCommand:
uvArguments:
--directory <path_to_this_project> run server.py(Replace<path_to_this_project>with the actual absolute path to this folder).Ensure the server starts successfully and shows "Running".
Now you can ask Cursor's AI (e.g. Composer or Chat) to perform deep research on a topic, and it will invoke the crew_research tool!
Streamlit Web App
If you prefer a visual interface, you can use the built-in Streamlit web app:
Run the app:
uv run streamlit run app.pyOpen your browser to
http://localhost:8501.Type your research query in the text box and click "Start Research"!
Architecture
Web Search Agent: Searches the web using Google Search via Serper.dev.
Research Analyst Agent: Deduplicates, structures, and verifies facts.
Technical Writer Agent: Formats a polished markdown report with citations.
Related MCP Connectors
Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing.
Scrape, crawl and search the web for AI agents via MCP.
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.
Web search, scraping, RAG answers with citations, and translation as MCP tools.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables web search and deep research using Perplexity Sonar models through MCP clients like Cursor or Claude Desktop.2MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform unified web research through a single MCP server, including search, page fetching, recursive crawling, document parsing, YouTube transcript extraction, and deep multi-query research.3-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform live web searches across 9 engines, scrape web pages into clean formats, and run agentic research with citations via MCP.222 PyPI2MIT
- AlicenseAqualityBmaintenanceEnables AI clients to perform autonomous multi-agent deep research through MCP tools, including deep research, quick search, and retrieval of archived Markdown reports with live web search and source citations.4MIT