papers-mcp
MCP server for scientific grounding: search and discover open-access research papers across arXiv, OpenAlex, Crossref, PubMed, and Semantic Scholar, and retrieve references/citations from paywalled journals via public DOI/abstract metadata.
README
papers-mcp
MCP server for scientific grounding: search and discover open-source research papers and scholarly literature across five sources, and pull references/citations from paywalled journals (Nature, Elsevier, IEEE, ACM…) even when the full text is not readable — DOI/abstract/reference metadata is public.
Built to the house pattern (local stdio Python/FastMCP — same architecture as music-mcp).
Sources
| Source | What it covers | Key needed |
|---|---|---|
arxiv |
Open-access preprints (CS, physics, math, q-bio, q-fin, stats) | no |
openalex |
~250M scholarly works — Nature + all peer-reviewed journals | no |
crossref |
DOI registry — Springer Nature, Elsevier, IEEE, ACM… | no |
pubmed |
30M+ biomedical citations, free full-text via PMC | no |
semanticscholar |
~220M papers, citation graph + TLDRs ("open scholar") | optional¹ |
¹ Semantic Scholar's shared pool 429s without a key. Set
RESEARCH_MCP_S2_API_KEY in the server's environment to lift the limit. All
sources degrade gracefully: a failing/rate-limited source is skipped and
reported in the response's skipped list, never a crash.
Tools
search_papers(query, sources, limit, year_from, year_to, sort, open_access_only)— aggregate search across all (or chosen) sources with a unified hit schema:id, title, authors, year, venue, abstract, doi, url, pdf_url, citations_count, open_access, type, source.get_paper(identifier, id_type, include_references, include_citations)— resolve one paper by DOI / arXiv ID / PMID / OpenAlex ID / S2 ID (auto-detected from the identifier), plus its references and citations — this is how a paywalled Nature paper still yields a browsable bibliography: Crossref provides the reference list, OpenAlex the citing works.list_sources()— discovery: what is searchable and from where.
Install & run
uv venv .venv --python 3.11
uv pip install --python .venv/bin/python -e .
.venv/bin/python -m papers_mcp # stdio server
Optional: export RESEARCH_MCP_S2_API_KEY=... to enable full-rate Semantic
Scholar.
Telemetry & Privacy
papers-mcp collects anonymous usage telemetry (SUR-86 Phase 2), on by default, matching the house pattern:
- What is sent: event names + an anonymous installation UUID + coarse environment signals (OS, Python version, agent name like claude_code/cursor, run context, discovery channel). Never search queries, paper results, file paths, emails, URLs, or client metadata values.
- Events:
server_first_install,package_download(once per version),mcp_started,tools_listed,tool_executed(tool name only). - Where: a Cloudflare worker gateway
(
PAPERS_MCP_TELEMETRY_URL, defaults to the papers-mcp worker; deployed in Phase 4). Opt-out or a dead URL simply means events are dropped — telemetry never blocks or slows the server. - Opt out any of:
PAPERS_MCP_TELEMETRY=false,DISABLE_TELEMETRY=1,DO_NOT_TRACK=1,NO_TELEMETRY=1. The install ID lives in~/.papers_mcp/installation_id; delete the folder to reset it.
The first run prints a short disclosure to stderr before anything is sent.
Wire into Hermes
Add to ~/.hermes/config.yaml under mcp_servers: (see AGENTS.md), then
restart the gateway. search_papers / get_paper / list_sources then
appear as native tools.
Tests
.venv/bin/python -m pytest tests/test_sources.py # offline unit tests
.venv/bin/python -m pytest tests/e2e/test_e2e.py # native MCP protocol
.venv/bin/python -m pytest -m live tests/e2e/ # live third-party APIs
Playbook status
- [x] Phase 0 — brand scouting (
scripts/scout_mcp_brand.py; PyPI/GitHub clear, npm collision onpapers-mcpnoted for Phase 3 —open-scholar-mcpis the fully-clear fallback) - [x] Phase 1 — core server (this repo, branch
feat/phase-1-core-server) - [x] Phase 2 — telemetry (anonymous, opt-out, e2e-verified against a local capture gateway; worker deploy is Phase 4)
- [ ] Phase 3 — packaging/manifest (
server.jsonhere is a first draft) - [ ] Phase 6 — production wiring (SUR-85 / playbook issue tracker)
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。