research
Allows web search using DuckDuckGo as a fallback search engine.
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., "@researchdeep research on renewable energy trends"
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.
MCP Server — Research
多功能研究 MCP 服务器,整合了网页搜索、深度研究、网页抓取、研究方法路由和 GPT Researcher 报告生成。
安装
pip install -r requirements.txt还需要安装 Chrome/Chromium 浏览器(供 Selenium/headless_dl.py 使用)。
Related MCP server: Langgraph Deep Search MCP Server
配置
环境变量
变量 | 说明 | 必需 |
| 豆包搜索 API Key | 否(有默认内置 Key,建议自备) |
可选组件
GPT Researcher:
pip install gpt-researcher(需要 OpenAI API Key 或其他 LLM 后端)Selenium: 已包含在 requirements.txt 中,需要 ChromeDriver
使用
在 opencode.jsonc 中添加:
{
"mcpServers": {
"research": {
"type": "stdio",
"command": "python",
"args": ["path/to/research_mcp.py"],
"env": {
"DOUBAO_API_KEY": "your-key-here"
}
}
}
}工具
工具 | 说明 |
| 网页搜索(豆包搜索 > DuckDuckGo 备选) |
| 下载网页/PDF 内容(使用 headless Chrome) |
| 多轮深度搜索 |
| 研究方法路由 (causal-inference/finance/social-science/management/literature-review) |
| GPT Researcher 深度研究报告 |
注意
API Key 安全: 默认内嵌了一个豆包搜索 Key,建议通过环境变量
DOUBAO_API_KEY设置自己的 Keyheadless_dl.py: 需要 Chrome/Chromium 浏览器和对应版本的 ChromeDriver
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.
Latest Blog Posts
- 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/id5463/mcp-server-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server