unpaywall for Cursor
io.github.smaboundless/unpaywall
Open-access availability for 120M+ scholarly articles via the Unpaywall API
client:Cursor
transport:stdio
runtime:pypi
Install unpaywall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unpaywall": {
"type": "stdio",
"command": "uvx",
"args": [
"unpaywall-mcp-server"
],
"env": {
"UNPAYWALL_EMAIL": "<UNPAYWALL_EMAIL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs