Parseflow MCP Server

ParseFlow 是一个全面的文档解析解决方案,支持 PDF、Word、Excel、PowerPoint 和 图片 OCR。它提供独立的核心库和 MCP 服务器,可供 AI 助手使用。. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2025-12-18 · ★ 2 · #126 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Parseflow

Claude Code

claude mcp add libres-coder-parseflow -- npx -y parseflow-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package parseflow-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.Libres-coder is GitHub-verified and matches the repo owner

03 · What Parseflow can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2025-12-03

ParseFlow v1.1.0 - Office Documents Support 📄📊 · Release Date: 2025-12-03 · We're excited to announce ParseFlow v1.1.0, a major feature release that adds Word (docx) and Excel (xlsx/xls) document parsing support! 🎉…

v1.0.2 · 2025-12-02

ParseFlow v1.0.2 - Documentation & Cleanup · What's New · Added complete README for mcp-server package · Major project cleanup (removed 60+ temporary files, 19 MB) · Improved project structure and organization…

v1.0.1 · 2025-12-02

04 · Who maintains Parseflow

parseflow is maintained by libres-coder. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
media - ranked #126 of 155 actively-maintained media servers as of 2026-08-25.
registry
io.github.Libres-coder/parseflow (active, first published 2025-12-02 · 2 versions)
packages
npm:parseflow-mcp-server

06 · Parseflow FAQ

What is Parseflow?

ParseFlow 是一个全面的文档解析解决方案,支持 PDF、Word、Excel、PowerPoint 和 图片 OCR。它提供独立的核心库和 MCP 服务器,可供 AI 助手使用。. It runs locally over stdio via the published package.

Is Parseflow still maintained?

Yes - as of 2026-08-25, its last commit was 2025-12-18. We re-verify nightly.

How do I install Parseflow?

Run `npx -y parseflow-mcp-server`. You can also paste the ready-made client config above.

Does Parseflow run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Parseflow