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: Gemini Research 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.
Related MCP Servers
- Alicense-qualityBmaintenanceModel Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.Last updated61249ISC
- AlicenseAqualityBmaintenanceMCP server for AI-powered research using Gemini. Provides fast grounded web search, deep autonomous research, URL extraction, and session management.Last updated69MIT
- Alicense-qualityCmaintenanceWraps the gpt-researcher tool as an MCP server, enabling automated web research, information summarization, and structured report generation via natural language queries.Last updated39MIT
- Alicense-qualityDmaintenanceIntegrates Gemini API research capabilities (Deep Research, Quick Search, URL Analysis) into a unified MCP server, enabling comprehensive research, web search, and URL analysis through natural language.Last updatedMIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
An MCP server for deep research or task groups
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
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/id5463/mcp-server-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server