Skip to content
Zed

unpaywall for Zed

io.github.smaboundless/unpaywall

Open-access availability for 120M+ scholarly articles via the Unpaywall API

client:Zed transport:stdio runtime:pypi

Install unpaywall in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "unpaywall": {
      "command": "uvx",
      "args": [
        "unpaywall-mcp-server"
      ],
      "env": {
        "UNPAYWALL_EMAIL": "<UNPAYWALL_EMAIL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

unpaywall in other clients