loading…
Search for a command to run...
loading…
An MCP server that enables academic research by searching Google Scholar, fetching paper content, and converting web pages to clean Markdown.
An MCP server that enables academic research by searching Google Scholar, fetching paper content, and converting web pages to clean Markdown.
一个用于深度学术研究的 MCP 服务器
McpDeepResearch is a lightweight but powerful MCP (Model-Context-Protocol) server that helps you quickly discover, retrieve, and read academic papers from the web using the familiar Google Scholar interface.
export CDP_ENDPOINT="http://localhost:9222" # Chrome debugging port
export GOOGLE_PROXY="http://proxy:port" # (optional) HTTP(S) proxy
Install via pip
pip install
(Optional) Manually launch Chrome if it isn’t already running
The server will automatically launch a Chrome instance; if not successfully launched, you can launch it manually with:
google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-profile &
``
Run the MCP server
# Launch with SSE
mcp-deep-research --transport sse --port 8000
# Launch with STDIO
mcp-deep-research --transport stdio
The server exposes 3 read-only tools to any MCP-capable client.
Search
“Find recent papers on diffusion models after 2022.”
→ search_scholar_papers("diffusion models", year=2022, sort_bd=True)
Fetch
Pick an interesting PDF link from the results and callfetch_paper("https://arxiv.org/abs/2304.12345")
Read
The cleaned Markdown (title, abstract, full text) appears directly in the chat.
PRs are welcome!
McpDeepResearch 是一个轻量级、但功能完备的 MCP(Model-Context-Protocol)服务器,帮助你在 Google Scholar 上快速发现、抓取并阅读学术文献。
export CDP_ENDPOINT="http://localhost:9222" # Chrome 调试端口
export GOOGLE_PROXY="http://proxy:port" # 可选:HTTP(S) 代理
通过 pip 安装
pip install
(可选)如果 Chrome 尚未启动可手动启动
服务器启动时会自动运行 Chrome 实例。若未成功启动,可手动启动:
google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-profile &
启动 MCP 服务器
# 以 SSE 启动
mcp-deep-research --transport sse --port 8000
# 以 STDIO 启动
mcp-deep-research --transport stdio
服务器会对外暴露 3 个只读工具。
搜索
“找 2022 年之后关于扩散模型的论文。”
→ search_scholar_papers("diffusion models", year=2022, sort_bd=True)
抓取
从结果中挑选一篇 PDF 链接,调用fetch_paper("https://arxiv.org/abs/2304.12345")
阅读
清洗后的 Markdown(含标题、摘要、全文)直接展示在聊天窗口。
欢迎提 PR!
Выполни в терминале:
claude mcp add mcpdeepresearch -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development