Skip to content
VS Code

unpaywall mcp for VS Code

io.github.mrfentmen/unpaywall-mcp

Open access links from Unpaywall. No key required.

client:VS Code transport:stdio runtime:npm

Install unpaywall mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

unpaywall mcp in other clients