MCP.so
Sign In

Simple Document Processing MCP Server

@cablate

About Simple Document Processing MCP Server

MCP server that provides doc forge capabilities

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

cablate

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.

Comments

More Other MCP servers