Skip to content
Cline

parseflow for Cline

io.github.libres-coder/parseflow

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

client:Cline transport:stdio runtime:npm

Install parseflow in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

parseflow in other clients