MCP.so
登录

mcp-deep-research

@Pb-207

关于 mcp-deep-research

An mcp server designed for local-deployed deep research.

基本信息

分类

数据与分析

许可证

MIT

运行时

python

传输方式

stdio

发布者

Pb-207

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-deep-research?

mcp-deep-research is a lightweight Model Context Protocol (MCP) server that helps you discover, retrieve, and read academic papers from the web using the Google Scholar interface. It is designed for researchers and anyone who needs to quickly search for and extract clean-text content from academic papers.

How to use mcp-deep-research?

Install via pip (command not yet listed; use pip install placeholders as the README does not provide the exact package name). Optionally launch Google Chrome with remote debugging on port 9222 if it is not already running. Then run the server with either mcp-deep-research --transport sse --port 8000 for SSE or mcp-deep-research --transport stdio for STDIO transport. The server exposes three read-only tools to any MCP-capable client.

Key features of mcp-deep-research

  • Search Google Scholar with optional year filter and date sort
  • Convert any public web page to clean Markdown
  • Auto-detect paper content (title, abstract, body, references) and strip noise
  • 100% read-only; no writes, uploads, or local file access
  • Supports configurable proxy for institutional or regional firewalls
  • Respects each site’s robots.txt

Use cases of mcp-deep-research

  • Quickly find recent academic papers on a specific topic by year and date
  • Fetch and read the full text of a paper directly in a chat interface
  • Extract clean Markdown content from any public web page for further processing

FAQ from mcp-deep-research

What are the prerequisites?

Python ≥ 3.10 and Google Chrome/Chromium are required. Set the environment variable CDP_ENDPOINT to the Chrome debugging port (default http://localhost:9222). Optionally set GOOGLE_PROXY for an HTTP(S) proxy.

How do I configure the server?

Set the CDP_ENDPOINT environment variable to your Chrome debugging endpoint. Optionally set GOOGLE_PROXY for proxy support. You can also manually launch Chrome with --remote-debugging-port=9222 if the auto-launch fails.

Is mcp-deep-research read-only?

Yes, it is 100% read-only. It does not write, upload, or access local files, and it respects each site’s robots.txt.

What transports does mcp-deep-research support?

It supports two transports: SSE (set with --transport sse --port 8000) and STDIO (--transport stdio).

Does mcp-deep-research store any data?

No, the README states it is 100% read-only; no writes, no uploads, no local file access. No data is stored by the server itself.

评论

数据与分析 分类下的更多 MCP 服务器