paperboy
Paperboy is an MCP server that helps you discover, manage, and deliver research papers to your e-reader (Kindle, PocketBook, or Kobo), with optional Zotero integration for library and queue management.
Search papers across OpenAlex or arXiv by query, returning refs (arXiv ID, DOI, etc.) for use in other tools.
Get recommendations via citation-graph discovery (Semantic Scholar, seeded from your Zotero library or explicit refs) and keyword-based discovery (OpenAlex) — papers you already own are excluded.
Send papers to your e-reader by arXiv ID, DOI, URL, or title; delivered via email (Kindle/PocketBook) or Dropbox (Kobo), with dry-run previews, deduplication, force re-send, and automatic batch splitting for large sets.
Queue papers in Zotero without immediate sending, optionally filing them into topical collections for later bulk delivery.
List Zotero collections to see existing collections (name, item count, parent) and make informed filing decisions.
File queued papers into topical Zotero collections (created on demand) without affecting their delivery state.
View the reading queue with per-item delivery status: unsent, sent, or no-open-access-pdf.
Remove papers from the Zotero Reading Queue by arXiv ID, DOI, URL, or title.
Flush the queue to send all unsent papers at once, auto-batching to respect attachment/size limits and skipping already-sent or inaccessible items.
Check setup status to see which features and credentials are configured and what's still missing — without exposing secrets.
Enables searching and resolving papers on arXiv by ID or general query using the arXiv Atom API.
Facilitates delivery of papers to Kobo e-readers by uploading PDFs to a Dropbox folder synced with the device.
Provides paper recommendations based on citation-graph analysis from Semantic Scholar, seeded from the user's Zotero library.
Manages a reading queue, collections, and tags in Zotero, allowing papers to be filed, queued for delivery, and tracked with tags.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paperboyfind recent papers on quantum machine learning and send to my Kindle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
paperboy

An MCP server that delivers research papers to your e-reader, with Zotero as the source of truth. Ask Claude for a reading list, then say "queue them and send to my Kindle." (MCP is the plugin protocol Claude uses: this program runs on your machine or your cloud project, and Claude calls its tools during conversation.) Works locally in Claude Code and Claude Desktop; a Cloud Run deployment adds claude.ai and the Claude mobile app, so papers can be sent from a phone (docs/deploy.md).
Zotero itself is optional: without it you can still search and send papers one-off. The reading queue, collections, and duplicate protection across sessions need it.
Architecture
Hub-and-spoke. Zotero is the library hub and this server is the delivery spoke, so all state lives in Zotero:
Papers land in a Reading Queue collection, created on demand.
Delivery is recorded by tagging the item
sent-to-ereader.Papers can also be filed into topical collections. Zotero items can belong to many collections at once, so filing never disturbs queue state. Claude proposes a collection based on the paper's topic and your existing collection names, and asks you when the fit is unclear.
The server itself is stateless. No database, safe to redeploy.
Papers are resolved by arXiv id, DOI, or bare title (high-confidence fuzzy match only, so a reading list Claude produced in conversation can be sent directly). Search runs against OpenAlex (~250M works) or arXiv. When a paper can't be resolved or has no open-access PDF, the tool says so in its receipt and Claude relays that to you. Nothing is dropped silently.
Delivery backends
Backend | Devices | How |
| Kindle, PocketBook, anything with an email intake | SMTP to the device address. Kindle constraints enforced: 25 attachments / 50 MB per email; sender must be on the Approved Personal Document E-mail List |
| Kobo (native Dropbox sync on the device) | Uploads via the Dropbox API. Kobo only syncs |
Related MCP server: Academic Paper Search MCP Server
Tools
Tool | What it does |
| Search OpenAlex (general) or arXiv ( |
| Discover related or new papers: citation-graph recommendations (Semantic Scholar) seeded from your Zotero library, plus keyword discovery from interests Claude distills out of the conversation. Excludes papers you already have |
| One-off send by arXiv id, DOI, URL, or title (also records in Zotero if configured) |
| Add papers to the Zotero Reading Queue without sending (optionally filed into topical collections) |
| List Zotero collections so Claude can propose where to file a paper, or ask you |
| File queued papers into a topical collection (created on demand; queue membership unaffected) |
| Remove papers from one collection — for misfiled items; the papers themselves and their queue/sent state are untouched |
| Show the queue with per-item status (unsent / sent / no-open-access-pdf) |
| Delete queue items by exact ref or title |
| Send every unsent queue item (auto-split under email limits), then tag as sent |
| Report what's configured and what's missing (no secrets) so Claude can guide setup |
Setup
Run the interactive wizard. It asks which e-reader you have, walks through only the credentials that device needs, and validates each one as you enter it: SMTP login test, Zotero key check with automatic library ID lookup, full Dropbox OAuth exchange.
uv sync && uv run paperboy setupHow much setup you need depends on the device:
You have | Credentials needed |
Kindle | 2 — Send-to-Kindle address + an SMTP app password |
PocketBook | 2 — Send-to-PocketBook address + an SMTP app password |
Kobo | a Dropbox app (key/secret + one OAuth approval) + a contact email |
+ Zotero queue (optional) | 1 — a Zotero API key (library ID auto-detected) |
If you'd rather set up by hand, cp .env.example .env and fill it in;
every variable is documented there. Then register with Claude Code:
claude mcp add paperboy -- uv run --directory /path/to/paperboy paperboy--directory matters: the server loads .env from its working
directory (set PAPERBOY_ENV=/path/to/.env to point elsewhere).
If paperboy is added but half-configured, ask Claude to "check my
paperboy setup". The setup_status tool reports what's missing and
what to do next, without passing secrets through the chat.
Remote use
You were given a URL and a token
If someone shared their deployment with you, this is your whole setup:
claude mcp add --transport http paperboy <URL>/mcp \
--header "Authorization: Bearer <token>"The URL needs the /mcp path suffix. Treat the token like a password:
it lets you act fully as the owner — send email from their address,
deliver to their e-reader, and read and edit their Zotero library.
There is no reduced-permission mode; if that's not what you both want,
deploy your own instance.
Deploy your own
One script creates a locked-down, single-tenant Cloud Run service that normally costs $0 to run:
uv run paperboy setup && ./deploy/deploy.sh my-paperboy-projectClaude Code and API clients connect with the bearer token; claude.ai and the mobile app connect through a Google sign-in restricted to your account (one extra one-time setup step — the script prints it). docs/deploy.md covers what the script sets up, the security model, and cost bounds.
Development
uv for packaging, ruff (Google style), ty, pytest behind an enforced
80% coverage gate. uv sync && uv run pre-commit install, then
uv run pytest.
Roadmap
reMarkable delivery backend (real cloud API)
arXiv HTML → EPUB via pandoc for reflowable reading (opt-in per paper; conversion is lossy for dense math, so PDF stays the default)
Kindle highlights → Zotero notes round-trip (
My Clippings.txtparser with fuzzy title matching)Google OAuth for claude.ai and mobile connectors (see docs/deploy.md)
Prior art & acknowledgments
Ideas paperboy builds on: the tag-driven Zotero→Kindle idea from stakats/zotero-to-kindle (circa 2011, by one of Zotero's original directors); wahiggins3/send-to-kindle-mcp; openags/paper-search-mcp; and 54yyyu/zotero-mcp, the model for our setup wizard — paperboy leaves library management to it.
Thank you to arXiv for use of its open access interoperability. Paper metadata and open-access links come from OpenAlex, Crossref, and Unpaywall, all run as open scholarly infrastructure. Recommendations via the Semantic Scholar Recommendations API (Allen Institute for AI). Library management via the Zotero web API. Built on FastMCP, pyzotero, and httpx.
paperboy was built with Claude Code.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/michaelellis003/paperboy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server