Skip to main content
Glama
sharadvc

PaperPilot

by sharadvc

PaperPilot ∢

为 AI 代理打造的研究超能力。 一个 MCP 服务器即可让任何代理即时访问 arXiv + PubMed,并提供引用级提取。

无需爬取。无广告。封装了免费的 arXiv 和 NCBI E-utilities API——零后端风险,零按次调用成本。

实时验证

已针对两个上游 API 进行测试(真实响应,本机):

search_arxiv("CRISPR gene editing", 2)
→ "Primer on the Gene Ontology", Gaudet et al. — https://arxiv.org/pdf/1602.01876v1

search_pubmed("sickle cell CRISPR", 1)
→ JCO Oncol Pract. 2026 Aug 19:OP2600479 — "Translating CRISPR to Practice in the Clinic…"

Related MCP server: Research Paper Ingestion MCP Server

安装(30 秒)

需要 Python ≥ 3.10 和 mcp>=1.2,<1.10(已验证 1.9.4)。

python3.11 -m venv .venv && . .venv/bin/activate
pip install "mcp>=1.2,<1.10"

添加到你的 Claude / Hermes / Cursor / Codex MCP 配置中:

{
  "mcpServers": {
    "paperpilot": {
      "command": "/path/to/.venv/bin/python",
      "args": ["/path/to/paperpilot/server.py"]
    }
  }
}

然后告诉你的代理:“查找有关使用扩散模型进行蛋白质折叠的最新论文并引用它们。” 它会调用 PaperPilot。

工具

工具

功能

search_arxiv(query, max_results=5)

每篇论文的标题、作者、PDF 链接、摘要

search_pubmed(query, max_results=5)

通过 E-utilities 获取完整引文 + 摘要

cite_arxiv(arxiv_id)

为单个 arXiv ID 生成干净的引文字符串 + PDF

定价

  • 免费 $0 — 每天 5 次调用,两个来源均可(开始使用

  • 专业版 $99/月 — 无限次调用、BibTeX 导出、优先缓存

  • 团队版 $199/月 — 10 个代理席位、批量搜索、白标 API

有关完整销售页面,请参阅 landing/index.html。有关 Pro/Team 开通,请开启 GitHub issue 或 discussion。

为什么是代理原生?

在代理时代,发现是通过代理发生的。代理能够触及谁,谁就获胜。PaperPilot 的构建目标就是成为代理在需要研究时首先触及的工具。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.
    52
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to search, analyze, and explore arXiv academic papers with advanced multi-field search, author lookup, category browsing, citation extraction, and bibliography export.
    45
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…

  • Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sharadvc/paperpilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server