Skip to content
Grok

unpaywall mcp for Grok

io.github.mrfentmen/unpaywall-mcp

Open access links from Unpaywall. No key required.

client:Grok transport:stdio runtime:npm

Install unpaywall mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "unpaywall-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/unpaywall-mcp"
      ]
    }
  }
}

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 mcp in other clients