MCP Server
Maintained
MIT
io.github.SMABoundless/unpaywall MCP Server
io.github.SMABoundless/unpaywall
What is the io.github.SMABoundless/unpaywall MCP server?
Open-access availability for 120M+ scholarly articles via the Unpaywall API
How to install io.github.SMABoundless/unpaywall
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
UNPAYWALL_EMAILrequiredYour email address — required by the Unpaywall API as an identifier (no API key needed). See https://unpaywall.org/products/api
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"unpaywall": {
"command": "uvx",
"args": [
"unpaywall-mcp-server"
],
"env": {
"UNPAYWALL_EMAIL": "<YOUR_UNPAYWALL_EMAIL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"unpaywall": {
"command": "uvx",
"args": [
"unpaywall-mcp-server"
],
"env": {
"UNPAYWALL_EMAIL": "<YOUR_UNPAYWALL_EMAIL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"unpaywall": {
"command": "uvx",
"args": [
"unpaywall-mcp-server"
],
"env": {
"UNPAYWALL_EMAIL": "<YOUR_UNPAYWALL_EMAIL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"unpaywall": {
"type": "stdio",
"command": "uvx",
"args": [
"unpaywall-mcp-server"
],
"env": {
"UNPAYWALL_EMAIL": "<YOUR_UNPAYWALL_EMAIL>"
}
}
}
}Claude Code
claude mcp add unpaywall --env UNPAYWALL_EMAIL=<YOUR_UNPAYWALL_EMAIL> -- uvx unpaywall-mcp-serverRelated MCP servers
io.github.SMABoundless/scopus
Maintained
Search Scopus abstracts, authors, and export citations via Elsevier API
1
View repository →Python
MIT
io.github.SMABoundless/orcid
Maintained
Search ORCID researcher profiles, retrieve works, and export citations
0
View repository →Python
MIT
io.github.SMABoundless/semanticscholar
Maintained
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
0
View repository →TypeScript