Document Forge

by cablate

9 stars
1.2k downloads
Not rated
GitHub

About

Integrates document processing libraries to enable extraction, conversion, and manipulation across multiple file formats including PDF, DOCX, HTML, CSV, and EPUB.

Details

Author
cablate
Repository
cablate/mcp-doc-forge
GitHub stars
9
Downloads
1,200
License
MIT License
Categories
Productivity, Developer Tools, Design, Workplace, File Management, AI, Media, Project Management, Infrastructure, Automation, Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Document Forge
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @cablate/mcp-doc-forge

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To install Document Processing Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @cablate/mcp-doc-forge --client claude
npm install -g @cablate/mcp-doc-forge

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "document forge": {
            "env": {},
            "args": [
                "-y",
                "@cablate/mcp-doc-forge"
            ],
            "command": "npx",
            "enabled": true
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@cablate/mcp-doc-forge"
    ],
    "command": "npx",
    "enabled": true
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@cablate/mcp-doc-forge"
    ],
    "command": "npx",
    "enabled": true
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@cablate/mcp-doc-forge"
    ],
    "command": "cmd",
    "enabled": true
}

MseeP.ai Security Assessment Badge

Simple Document Processing MCP Server

smithery badge

A powerful Model Context Protocol (MCP) server providing comprehensive document processing capabilities.

<a href="https://glama.ai/mcp/servers/pb9df6lnel">Simple Document Processing Server MCP server</a>

Features

Document Reader

- Read DOCX, PDF, TXT, HTML, CSV

Document Conversion

- DOCX to HTML/PDF conversion - HTML to TXT/Markdown conversion - PDF manipulation (merge, split)

Text Processing

- Multi-encoding transfer support (UTF-8, Big5, GBK) - Text formatting and cleaning - Text comparison and diff generation - Text splitting by lines or delimiter

HTML Processing

- HTML cleaning and formatting - Resource extraction (images, links, videos) - Structure-preserving conversion

Installation

Installing via Smithery

To install Document Processing Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @cablate/mcp-doc-forge --client claude

Manual Installation

npm install -g @cablate/mcp-doc-forge

Usage

Cli

mcp-doc-forge

With Dive Desktop

1. Click "+ Add MCP Server" in Dive Desktop
2. Copy and paste this configuration:

{
  "mcpServers": {
    "searxng": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-doc-forge"
      ],
      "enabled": true
    }
  }
}

3. Click "Save" to install the MCP server

License

MIT

Contributing

Welcome community participation and contributions! Here are ways to contribute:

- ⭐️ Star the project if you find it helpful
- 🐛 Submit Issues: Report problems or provide suggestions
- 🔧 Create Pull Requests: Submit code improvements

Contact

If you have any questions or suggestions, feel free to reach out:

- 📧 Email: reahtuoo310109@gmail.com
- 📧 GitHub: CabLate
- 🤝 Collaboration: Welcome to discuss project cooperation
- 📚 Technical Guidance: Sincere welcome for suggestions and guidance

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.