Skip to content
Gemini CLI

parseflow for Gemini CLI

io.github.libres-coder/parseflow

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

client:Gemini CLI transport:stdio runtime:npm

Install parseflow in Gemini CLI

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

{
  "mcpServers": {
    "parseflow": {
      "command": "npx",
      "args": [
        "-y",
        "parseflow-mcp-server"
      ]
    }
  }
}

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

parseflow in other clients