OA-first paper fetcher: DOIs/arXiv IDs to local PDFs + metadata via Open Access APIs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A single-binary CLI + stdio MCP server that turns DOIs and arXiv ids into local PDFs through official, OA-first APIs. Designed as the agent-facing companion to BiblioFetch.jl.
Docs: stable = the Zola site (built from main); dev = rustdoc built from next; API = docs.rs (latest published release).
Status: Shipping on crates.io (doiget-core, doiget-cli,
doiget-mcp), with sigstore-signed binaries + an SBOM attached to the GitHub
Release. Tier 1 + Tier 2 sources, the stdio MCP server, citation-graph
expansion, and gated TDM sources are all implemented. Releases are cut by a
single signed git tag through the tag-driven pipeline (see
ADR-0025); release-plz was
retired. See CHANGELOG.md for history and
docs/PHASES.md for the phase plan.
doiget is a general-purpose automation tool for retrieving papers via official publisher APIs. By design, doiget only attempts retrieval through:
doiget does not work around any access control mechanism, redistribute papers, host content, operate as a SaaS, or bundle any publisher API keys.
Users are responsible for ensuring they have the right to access the content they request and for compliance with each source's Terms of Service.
See docs/LEGAL.md and docs/SCOPE.md.
| Reader | Entry point |
|---|---|
| CLI user | This README, then doiget --help, then docs/CONFIG.md and docs/ERRORS.md for non-trivial flags / exit codes |
| Agent / MCP host integrator | docs/MCP_TOOLS.md + docs/INTEGRATION/README.md |
| Library user (Rust) | docs/PUBLIC_API.md + crates.io rustdoc |
| Contributor | CONTRIBUTING.md β docs/ARCHITECTURE.md β docs/DECISIONS/ |
| Publisher legal team | docs/LEGAL.md + CONTACT.md |
| Security researcher | docs/SECURITY.md + docs/PROVENANCE_LOG.md + docs/CAPABILITY.md |
| BiblioFetch.jl user | docs/MIGRATION.md + docs/STORE.md + docs/SAFEKEY.md |
Architecture: docs/ARCHITECTURE.md Threat model: docs/SECURITY.md Permanent non-goals: docs/SCOPE.md Phase plan: docs/PHASES.md ADRs: docs/DECISIONS/
doiget ships a single self-contained binary β the Linux build is fully static (musl), so it runs on old glibc / HPC boxes too. Every channel installs the same checksum-verified binary from the signed GitHub Release.
Recommended: use a prebuilt binary (no Rust toolchain, no compiler). The shell / PowerShell installers below download the signed release binary directly.
cargo install(further down) instead compiles from source and therefore needs a working C/C++ build toolchain β see that section for the per-platform requirements.
Installs to ~/.local/bin (override with DOIGET_INSTALL_DIR); pin a version with
DOIGET_VERSION=0.6.0. The script verifies the published SHA-256 sidecar before installing.
The published crate is doiget-cli (it produces the doiget binary).
cargo install doiget does not work β there is no crate by that bare name:
Because this compiles from source, you need a C/C++ build toolchain (a
linker is mandatory β cargo install cannot link a binary without one):
gcc/clang + make (e.g. build-essential).xcode-select --install).link.exe), or a MinGW-w64
toolchain used via the GNU target
(rustup toolchain install stable-x86_64-pc-windows-gnu +
cargo +stable-x86_64-pc-windows-gnu install doiget-cli).If you don't have (or don't want) a build toolchain, use one of the prebuilt installers above β they need no compiler.
Further prebuilt-binary channels (Homebrew tap, cargo binstall, npm/npx, Nix flake,
.deb) are tracked in #247. Every
release asset is cosign-keyless signed (<asset>.cosign.bundle) for optional verification.
Default features fetch only Open Access PDFs through Crossref / Unpaywall / arXiv. Institutional TDM access (Springer OA, APS Harvest, Elsevier ScienceDirect TDM) is not in the default published binary; it must be opted in at build time per publisher. See docs/SOURCES.md.
doiget and BiblioFetch.jl share the same on-disk store format (TOML metadata + PDF files
under a configurable store root). doiget defaults to ./papers (under the current working
directory; ADR-0036), BiblioFetch.jl to ~/papers/; point both at the same root (e.g.
DOIGET_STORE_ROOT=~/papers) to share one store. The shared schema, locking protocol, and
atomic write contract are
specified in docs/STORE.md. Reference test vectors for the shared safekey
algorithm are in docs/SAFEKEY.md.
| Tool | Best for |
|---|---|
| BiblioFetch.jl | Julia REPL, research vault, citation graph exploration |
| doiget | Agents / MCP hosts, batch operations, scripted pipelines, container deployments |
MIT for the doiget source code and binaries (see LICENSE).
The license under which doiget retrieves papers is separate and is determined by each paper's own license, the publisher's API Terms of Service, and the user's own access rights. doiget does not relicense fetched content.
Takedown requests, security disclosures, and other formal correspondence: CONTACT.md.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/doiget)<a href="https://allmcps.com/mcp/doiget"><img src="https://allmcps.com/api/badge/doiget?style=directory" alt="Doiget on AllMCPs" /></a>