research
Multi-purpose research MCP server integrating web search, deep research, web scraping, research methodology routing, and GPT Researcher report generation.
README
MCP Server — Research
多功能研究 MCP 服务器,整合了网页搜索、深度研究、网页抓取、研究方法路由和 GPT Researcher 报告生成。
安装
pip install -r requirements.txt
还需要安装 Chrome/Chromium 浏览器(供 Selenium/headless_dl.py 使用)。
配置
环境变量
| 变量 | 说明 | 必需 |
|---|---|---|
DOUBAO_API_KEY |
豆包搜索 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"
}
}
}
}
工具
| 工具 | 说明 |
|---|---|
web_search(query, max_results) |
网页搜索(豆包搜索 > DuckDuckGo 备选) |
web_fetch(url, mode, timeout) |
下载网页/PDF 内容(使用 headless Chrome) |
deep_research(topic, depth, per_page) |
多轮深度搜索 |
research_method(method) |
研究方法路由 (causal-inference/finance/social-science/management/literature-review) |
gpt_research(query, report_type) |
GPT Researcher 深度研究报告 |
注意
- API Key 安全: 默认内嵌了一个豆包搜索 Key,建议通过环境变量
DOUBAO_API_KEY设置自己的 Key - headless_dl.py: 需要 Chrome/Chromium 浏览器和对应版本的 ChromeDriver
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.