Odel
ParseFlow

ParseFlow

Local
@libres-coder2TypeScriptMITUpdated 8mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmparseflow-mcp-serverv1.0.2

Run

npx -y parseflow-mcp-server

MCP client config

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