Packforai Mcp

by zymsj8j9z9-ship-it

276 downloads
Not rated
GitHub

About

LLMs give wrong answers from documents because the extracted text is broken: split words, lost tables, page furniture, and scanned pages that come out empty. PackForAI turns PDF, DOCX, PPTX, XLSX, CSV and JSON into clean, AI-ready Markdown — rejoining words, rebuilding reading or

Details

Author
zymsj8j9z9-ship-it
Downloads
276
Categories
Knowledge Base

- Converts PDF, DOCX, PPTX, XLSX, CSV, JSON to Markdown.
- Up to 65% fewer tokens than original documents.
- Supports local files and public HTTPS URLs.
- Optional OCR for scanned or image-only PDFs.
- Compact output by default; full Markdown option available.

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 Packforai Mcp
    Command (node, npx, python, etc.)

    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

Installation requires no global setup: run via npx -y packforai-mcp. Add the configuration to your MCP client with the environment variable PACKFORAI_API_KEY. Once connected, ask your assistant to convert a document using the convert_document tool, providing either a local file path or a public URL.

convert_document

Convert a document (PDF, DOCX, PPTX, XLSX, CSV, JSON) into clean, compact, AI-ready Markdown using PackForAI. Provide either a local file `path` or a public `url`. Returns the compact Markdown plus token-savings, ready to read or paste into a prompt. Use `ocr: true` for scanned / image-only PDFs.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "packforai mcp": {
            "packforai": {
                "command": "npx",
                "args": [
                    "-y",
                    "packforai-mcp"
                ],
                "env": {
                    "PACKFORAI_API_KEY": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "packforai": {
        "command": "npx",
        "args": [
            "-y",
            "packforai-mcp"
        ],
        "env": {
            "PACKFORAI_API_KEY": "<YOUR_API_KEY>"
        }
    }
}

LLMs give wrong answers from documents because the extracted text is broken: split words, lost tables, page furniture, and scanned pages that come out empty. PackForAI turns PDF, DOCX, PPTX, XLSX, CSV and JSON into clean, AI-ready Markdown — rejoining words, rebuilding reading order, recovering scanned pages with OCR, and stripping noise. You get compact Markdown plus a before/after token count (typically up to 65% smaller). Use it from the web app, the REST API, an open-source MCP server (Claude & Cursor), or the CLI. Files are stored in the EU, private to you, and never used to train AI.

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.