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.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ 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.
The package is doiget-cli and the command it installs is doiget β the same
shape as cargo install doiget-cli, which is where the name comes from. npm
refuses the unscoped name doiget as too similar to the unrelated giget, and
matching the crate turned out to be the better answer regardless: one name for
the tool on both registries.
The npm packages carry the same signed release binaries as optionalDependencies
β npm resolves the one matching your platform, and there is no postinstall
download, so this works under --ignore-scripts and through a corporate
registry mirror. npm view doiget version tells you what is published; the
packages ship from tagged releases, so a very new commit may be ahead of them.
The tap lives in this repository rather than a separate homebrew-doiget, which
is why the tap line carries an explicit URL. A dedicated tap repo would shorten
it to brew tap QAtlasHub/doiget; the formula would move across unchanged.
Formula/doiget.rb installs the same signed release binary the GitHub
Release publishes, pinned by the sha256 from that release's own .sha256
asset β the file the shell installer verifies against, so the two channels
cannot disagree about what they installed. It is generated by
scripts/update-homebrew-formula.sh, never hand-edited, and CI fails if the
committed formula is not what the generator produces.
The formula tracks the latest stable release, so it can trail a very new
tag by one commit; brew info doiget shows which version it pins.
Reads .claude-plugin/ from this repository's default branch. The plugin's
.mcp.json runs npx -y doiget-cli serve, so it needs nothing installed
beforehand β npm fetches the wrapper and the one matching platform binary on
first run. Until this it ran a bare doiget, which meant the plugin worked
only for people who had already installed doiget some other way; that is why it
was self-hosted rather than submitted to the Anthropic plugin directory, and
why it is now submittable.
| Channel | Status |
|---|---|
| Shell / PowerShell installer | shipping |
| GitHub Release binaries (signed, SBOM) | shipping |
cargo install doiget-cli | shipping (needs a C linker) |
.mcpb Claude Desktop extension | shipping since 0.8.4 |
| MCP Registry | listed |
| npm / npx | doiget-cli (installs the doiget command); see below for what is published |
| Claude Code plugin | self-hosted marketplace, as above |
| Homebrew | Formula/doiget.rb in this repo; see above for the tap line |
| Nix | flake.nix exposes packages.default / packages.doiget, not only a dev shell. The outputs exist; nix profile install has not been exercised |
.deb | not built β low value; most Linux users take the binary or Nix |
| Docker | not planned β see below |
Factual signals from GitHub, npm, and our automated checks β not a rating.
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-2)<a href="https://allmcps.com/mcp/doiget-2"><img src="https://allmcps.com/api/badge/doiget-2?style=directory" alt="Doiget on AllMCPs" /></a>