ParseFlow MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ParseFlow MCP Serverextract text from my report.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📄 ParseFlow
AI 驱动的全能文档解析库
English | 中文
ParseFlow 是一个全面的文档解析解决方案,支持 PDF、Word、Excel、PowerPoint 和 图片 OCR。它提供独立的核心库和 MCP 服务器,可供 AI 助手使用。
✨ 功能特性
📄 PDF 支持
✅ 多策略文本提取(原始、格式化、清理)
✅ 按页或按范围提取
✅ 🔐 加密 PDF 密码支持
✅ 📄 PDF 合并、拆分、提取页面
✅ 元数据获取、全文搜索
📝 Word / 📊 Excel / 🎯 PowerPoint
✅ 文本提取和搜索
✅ HTML 转换(Word)
✅ 多工作表支持(Excel)
✅ 幻灯片提取(PowerPoint)
🔍 OCR 图片识别
✅ 支持 12 种语言
✅ 图片文字提取和搜索
🧠 语义搜索
✅ AI 向量嵌入
✅ 智能文档搜索(无需精确关键词)
📦 批量处理
✅ 并行处理多个文件
✅ 目录递归扫描
✅ 批量提取和搜索
🤖 MCP 服务器
✅ 20 个 AI 助手工具
✅ 支持 Claude Desktop、Windsurf、Cursor
Related MCP server: Antigravity PDF MCP Server
📦 安装
核心库
npm install parseflow-coreMCP 服务器
npm install -g parseflow-mcp-server
# 或使用 npx
npx parseflow-mcp-server🚀 快速开始
PDF 解析
import { PDFParser } from 'parseflow-core';
const parser = new PDFParser();
const text = await parser.extractText('document.pdf');
const results = await parser.search('document.pdf', '关键词');Word 解析
import { WordParser } from 'parseflow-core';
const parser = new WordParser();
const result = await parser.extractText('report.docx');
const html = await parser.extractHTML('report.docx');Excel 解析
import { ExcelParser } from 'parseflow-core';
const parser = new ExcelParser();
const data = await parser.extractData('spreadsheet.xlsx');
const results = await parser.searchText('data.xlsx', '收入');PowerPoint 解析
import { PowerPointParser } from 'parseflow-core';
const parser = new PowerPointParser();
const result = await parser.extractText('presentation.pptx');
const results = await parser.searchText('slides.pptx', '关键词');🛠️ MCP 服务器配置
Claude Desktop
在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"parseflow": {
"command": "npx",
"args": ["-y", "parseflow-mcp-server"]
}
}
}可用工具(23 个)
类别 | 工具 | 描述 |
| 提取文本(支持加密 PDF) | |
| 获取元数据 | |
| 全文搜索 | |
| 提取图片 | |
| 获取目录 | |
| 合并多个 PDF | |
| 拆分为单页 | |
| 提取指定页码 | |
| 添加文字水印 | |
| 添加图片水印 | |
| 移除水印(覆盖) | |
Word |
| 提取文本/HTML |
| 文本搜索 | |
Excel |
| 提取数据 |
| 单元格搜索 | |
PPT |
| 提取幻灯片 |
| 幻灯片搜索 | |
OCR |
| 图片文字识别 |
| OCR 文本搜索 | |
AI |
| 文档向量索引 |
| 语义相似搜索 | |
批量 |
| 批量提取多文件 |
| 批量搜索多文件 |
📈 版本历史
版本 | 功能 |
v1.8.0 | 💧 PDF 水印(文字/图片水印) |
v1.7.0 | 📦 批量处理(并行处理多文件) |
v1.6.0 | 🧠 语义搜索(AI 向量嵌入) |
v1.5.0 | 📄 PDF 合并/拆分/提取 |
v1.4.0 | 🔐 加密 PDF 支持 |
v1.3.0 | 🔍 OCR 图片文字识别 |
v1.2.0 | 🎯 PowerPoint 支持 |
v1.1.0 | 📝 Word + 📊 Excel 支持 |
v1.0.0 | 📄 PDF 基础解析 |
🔗 链接
📄 许可证
MIT License - 详见 LICENSE
Made with ❤️ by Libres-coder
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Libres-coder/ParseFlow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server