Simple Document Processing MCP Server
@cablate
关于 Simple Document Processing MCP Server
MCP server that provides doc forge capabilities
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-doc-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@cablate/mcp-doc-forge",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Simple Document Processing MCP Server?
An MCP server that provides comprehensive document processing capabilities, including reading, converting, and manipulating documents. It is designed for use with MCP clients such as Claude Desktop or Dive Desktop.
How to use Simple Document Processing MCP Server?
Install globally via npm (npm install -g @cablate/mcp-doc-forge) or automatically via Smithery. Run the server from the command line with mcp-doc-forge, or configure it in an MCP client by specifying the command npx -y @cablate/mcp-doc-forge.
Key features of Simple Document Processing MCP Server
- Read DOCX, PDF, TXT, HTML, and CSV files
- Convert DOCX to HTML and PDF
- Merge and split PDF files
- Process text with multi-encoding support (UTF-8, Big5, GBK)
- Clean, format, and compare HTML documents
Use cases of Simple Document Processing MCP Server
- Convert a DOCX document to HTML for web publishing
- Extract and analyze text from PDF files with an AI assistant
- Compare two versions of a text file and generate a diff
- Merge multiple PDF files into a single document
- Clean and extract resources (images, links) from an HTML page
FAQ from Simple Document Processing MCP Server
What does this MCP server do?
It provides document processing capabilities such as reading, converting, and manipulating documents (DOCX, PDF, TXT, HTML, CSV) through the Model Context Protocol.
How do I install Simple Document Processing MCP Server?
Install it via npm with npm install -g @cablate/mcp-doc-forge or automatically through Smithery using npx -y @smithery/cli install @cablate/mcp-doc-forge --client claude.
How do I start the server?
Run mcp-doc-forge from the command line, or configure it in an MCP client (e.g., Claude Desktop or Dive Desktop) using the command npx -y @cablate/mcp-doc-forge.
What file formats are supported?
The server supports DOCX, PDF, TXT, HTML, and CSV for reading, and can convert between formats (e.g., DOCX to HTML/PDF, HTML to TXT/Markdown).
What license does the project use?
The project is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论