mcp-deep-research
@Pb-207
mcp-deep-research について
An mcp server designed for local-deployed deep research.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
Salesforce MCP Server
tsmztechSalesforce MCP Server
コメント