Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

unpaywall in other clients