Simple Document Processing MCP Server
简单文档处理 MCP 服务器
强大的模型上下文协议 (MCP) 服务器提供全面的文档处理功能。
特征
文档阅读器
读取 DOCX、PDF、TXT、HTML、CSV
文档转换
DOCX 到 HTML/PDF 的转换
HTML 到 TXT/Markdown 的转换
PDF 操作(合并、拆分)
文本处理
多编码传输支持(UTF-8、Big5、GBK)
文本格式化和清理
文本比较和差异生成
按行或分隔符分割文本
HTML 处理
HTML 清理和格式化
资源提取(图像、链接、视频)
结构保留转换
Related MCP server: docx-mcp
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装文档处理服务器:
npx -y @smithery/cli install @cablate/mcp-doc-forge --client claude手动安装
npm install -g @cablate/mcp-doc-forge用法
命令行
mcp-doc-forge使用Dive Desktop
在 Dive Desktop 中点击“+ 添加 MCP 服务器”
复制并粘贴此配置:
{
"mcpServers": {
"searxng": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-doc-forge"
],
"enabled": true
}
}
}点击“保存”安装 MCP 服务器
执照
麻省理工学院
贡献
欢迎社区参与和贡献!贡献方式如下:
⭐️ 如果您觉得有用,请为项目加星标
🐛 提交问题:报告问题或提供建议
🔧 创建 Pull 请求:提交代码改进
接触
如果您有任何问题或建议,请随时联系我们:
📧 GitHub: CabLate
🤝合作:欢迎洽谈项目合作
📚 技术指导:诚挚欢迎建议和指导
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables reading and processing various document formats including Word, PDF, RTF, and text files. Supports extracting media elements like images and links, with features for PDF page range selection and automatic text encoding detection.8MIT
- AlicenseBqualityDmaintenanceEnables comprehensive management of Microsoft Word documents with 30+ tools for reading, writing, formatting, template merging, image extraction, equation extraction, and style application.241MIT
- FlicenseNot gradedqualityCmaintenanceProvides tools to read PDFs, extract images, convert between PDF and DOCX, create DOCX from text, and generate PDFs from DOCX, text, or HTML.

Docling MCPofficial
AlicenseNot gradedqualityAmaintenanceProvides tools for document conversion, processing, and generation, enabling PDF to structured JSON conversion, document creation, and caching for improved performance.709MIT
Related MCP Connectors
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/cablate/mcp-doc-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server