Skip to content
Grok

unpaywall for Grok

io.github.smaboundless/unpaywall

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

client:Grok transport:stdio runtime:pypi

Install unpaywall in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

unpaywall in other clients