/ 目錄 / 演練場 / paper-fetch
● 社群 Agents365-ai ⚡ 即開即用

paper-fetch

作者 Agents365-ai · Agents365-ai/paper-fetch

透過 DOI 下載開放取用 PDF——從 Unpaywall、arXiv、PMC、bioRxiv 取得。合法、多來源,專為研究工作流程設計。

提供 DOI 或引用資訊,系統會找到合法的免費版本(預印本、PMC、機構開放取用),並下載 PDF。依序回退至 Unpaywall、arXiv、PMC 和 bioRxiv。不繞過付費牆,不涉及盜版——只是讓現有的開放取用選項更容易使用。

為什麼要用

核心特性

即時演示

實際使用效果

paper-fetch-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "paper-fetch-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Agents365-ai/paper-fetch",
        "~/.claude/skills/paper-fetch"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "paper-fetch-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Agents365-ai/paper-fetch",
        "~/.claude/skills/paper-fetch"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "paper-fetch-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Agents365-ai/paper-fetch",
        "~/.claude/skills/paper-fetch"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "paper-fetch-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Agents365-ai/paper-fetch",
        "~/.claude/skills/paper-fetch"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "paper-fetch-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Agents365-ai/paper-fetch",
        "~/.claude/skills/paper-fetch"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "paper-fetch-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Agents365-ai/paper-fetch",
          "~/.claude/skills/paper-fetch"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add paper-fetch-skill -- git clone https://github.com/Agents365-ai/paper-fetch ~/.claude/skills/paper-fetch

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: paper-fetch

批次下載文獻回顧清單中的所有 PDF

👤 研究人員、研究生、科普寫作者 ⏱ ~15 min beginner

何時使用: 你從文獻搜尋中獲得了 40 個 DOI,想快速瀏覽這些論文,不想逐一在瀏覽器中點開。

前置條件
  • 已安裝 Skill — git clone https://github.com/Agents365-ai/paper-fetch ~/.claude/skills/paper-fetch
  • Unpaywall API 存取所需的電子郵件 — 免費;電子郵件即為 API 金鑰:https://unpaywall.org/products/api
步驟
  1. 提交清單
    Use paper-fetch. Here are 40 DOIs. Download the OA version of each to ~/papers/lit-review/.✓ 已複製
    → 逐一顯示每個 DOI 的進度;最後彙總找到與未找到的數量
  2. 處理未找到的項目
    For ones not found, tell me what's available (abstract-only? preprint missing?).✓ 已複製
    → 每個未找到項目的狀態說明
  3. 建立索引
    Make an index.md with title, year, and file path per downloaded paper.✓ 已複製
    → 可瀏覽的索引檔案

結果: 一個本機的 PDF 資料夾,可直接進行全文搜尋。

注意事項
  • 部分論文在任何合法管道都沒有開放取用版本 — Skill 會回報缺口;針對這些論文透過圖書館館際互借(ILL)申請取得
搭配使用: filesystem

逐層追蹤引用鏈

👤 循著參考文獻鏈深入研究的研究人員 ⏱ ~20 min intermediate

何時使用: 你找到一篇好論文,想取得它引用次數最多的參考文獻。

步驟
  1. 從種子論文開始
    Use paper-fetch. Download this paper [DOI] and list its top-10 most-cited references.✓ 已複製
    → 論文已下載;列出被引用的 DOI 清單
  2. 抓取下一環
    Download those 10 too.✓ 已複製
    → 批次下載完成

結果: 在本機檔案系統中建立一條小型研究脈絡。

搭配使用: arxiv

組合

與其他 MCP 搭配,撬動十倍槓桿

paper-fetch-skill + arxiv

預印本優先使用 arXiv,期刊開放取用則回退至 Unpaywall

Prefer arXiv preprints when present; otherwise use Unpaywall.✓ 已複製
paper-fetch-skill + filesystem

建立有組織的本機論文庫

Save to ~/papers/<year>/<first-author>/✓ 已複製
paper-fetch-skill + infinite-gratitude-skill

多代理人研究,以實際 PDF 佐證論點

Dojo explorer uses paper-fetch to ground claims in actual papers.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
fetch_by_doi DOI 每篇論文單獨呼叫 1-3 API lookups
batch_fetch DOI list 文獻回顧批次處理時使用 N * lookups
resolve_citation free-text citation 從引用文字出發查詢時使用 Crossref + Unpaywall

成本與限制

運行它的成本

API 配額
Unpaywall 每日 10 萬次(需提供電子郵件);arXiv 和 PMC 額度相當充裕
每次呼叫 Token 數
Low
費用
Free
提示
批次提交 DOI;遵守速率限制以避免被封鎖。

安全

權限、密鑰、影響範圍

憑證儲存: Unpaywall 電子郵件(非機密資訊)存於環境變數中
資料出站: Unpaywall, arXiv, PMC, bioRxiv APIs only

故障排查

常見錯誤與修復

PDF not found for a DOI you know is OA

Unpaywall 有時會有延遲;可直接至 oadoi.org 查詢,或等待一天後重試

驗證: curl https://api.unpaywall.org/v2/<DOI>[email protected]
Rate limited

分批提交請求;使用 Skill 內建的速率限制感知批次模式

Wrong PDF downloaded (supplementary instead of main)

部分來源會回傳附錄檔案;請加上 prefer-main 旗標重新執行

替代方案

paper-fetch 對比其他方案

替代方案何時用它替代權衡
arxiv MCP只需要 arXiv,不需要其他來源涵蓋範圍較窄
Manual browser + Zotero閱讀清單篇數不多時大量論文時操作繁瑣

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills