Skip to content
Gemini CLI

openpaper mcp for Gemini CLI

io.github.federicodeponte/openpaper-mcp

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

client:Gemini CLI transport:stdio runtime:pypi

Install openpaper mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "openpaper-mcp": {
      "command": "uvx",
      "args": [
        "openpaper-mcp"
      ],
      "env": {
        "OPENPAPER_API_TOKEN": "<OPENPAPER_API_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

openpaper mcp in other clients