Server data from the Official MCP Registry
Open-access availability for 120M+ scholarly articles via the Unpaywall API
Open-access availability for 120M+ scholarly articles via the Unpaywall API
Valid MCP server (3 strong, 8 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: UNPAYWALL_EMAIL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-smaboundless-unpaywall": {
"env": {
"UNPAYWALL_EMAIL": "your-unpaywall-email-here"
},
"args": [
"unpaywall-mcp-server"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server for the Unpaywall API — open-access availability for 120M+ scholarly articles.
Built with FastMCP.
| 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 |
Unpaywall requires an email address as your API identifier (no API key needed). See the Unpaywall API docs.
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
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"unpaywall": {
"command": "uvx",
"args": ["unpaywall-mcp-server"],
"env": {
"UNPAYWALL_EMAIL": "your-email@example.com"
}
}
}
}
Or if using Claude Code CLI:
claude mcp add unpaywall \
uvx unpaywall-mcp-server \
-e UNPAYWALL_EMAIL=your-email@example.com
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.