Unpaywall
FreeNot checkedOpen-access availability for 120M+ scholarly articles via the Unpaywall API
About
Open-access availability for 120M+ scholarly articles via the Unpaywall API
README
An MCP (Model Context Protocol) server for the Unpaywall API — open-access availability for 120M+ scholarly articles.
Built with FastMCP.
Tools
| Tool | Description |
|---|---|
unpaywall_lookup |
Look up open-access availability by DOI — returns OA status, PDF/landing page URLs, license, all OA locations |
unpaywall_search |
Search 120M+ article titles with OA filtering and pagination |
unpaywall_export_ris |
Export results as RIS (for Zotero, EndNote, etc.) |
unpaywall_export_bibtex |
Export results as BibTeX |
What you get
- Open-access status and OA type (gold, green, hybrid, bronze)
- Best OA location with direct PDF link
- All OA locations across repositories and publishers
- Journal OA status, ISSN, publisher info
- Author lists, publication dates, DOIs
- License information per location
Setup
1. Get your email ready
Unpaywall requires an email address as your API identifier (no API key needed). See the Unpaywall API docs.
2. Install
pip install unpaywall-mcp-server
Or install from source:
cd unpaywall-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
3. Add to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"unpaywall": {
"command": "uvx",
"args": ["unpaywall-mcp-server"],
"env": {
"UNPAYWALL_EMAIL": "[email protected]"
}
}
}
}
Or if using Claude Code CLI:
claude mcp add unpaywall \
uvx unpaywall-mcp-server \
-e [email protected]
Usage examples
- "Is there an open-access version of DOI 10.1038/nature12373?"
- "Search Unpaywall for open-access papers on CRISPR gene editing"
- "Export these results as RIS for Zotero"
- "Find OA articles about climate change mitigation"
License
MIT
Install Unpaywall in Claude Desktop, Claude Code & Cursor
unyly install unpaywallInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add unpaywall -- uvx unpaywall-mcp-serverFAQ
Is Unpaywall MCP free?
Yes, Unpaywall MCP is free — one-click install via Unyly at no cost.
Does Unpaywall need an API key?
No, Unpaywall runs without API keys or environment variables.
Is Unpaywall hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Unpaywall in Claude Desktop, Claude Code or Cursor?
Open Unpaywall on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Unpaywall with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
