Simple Document Processing MCP Server
@cablate
About Simple Document Processing MCP Server
MCP server that provides doc forge capabilities
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-doc-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@cablate/mcp-doc-forge",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments