MCP.so
Sign In
P

Packforai Mcp

@zymsj8j9z9-ship-it

About Packforai Mcp

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

Basic information

License

MIT

Runtime

node

Transports

stdio

Publisher

zymsj8j9z9-ship-it

Submitted by

ibrtok

Config

Add this server to your MCP-compatible client using the configuration below.

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

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 Packforai Mcp?

Packforai Mcp is a Model Context Protocol server that converts PDF, DOCX, PPTX, XLSX, CSV, and JSON files into clean, compact Markdown directly inside Claude, Cursor, and other MCP clients. It is powered by PackForAI.

How to use Packforai Mcp?

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.

Key features of Packforai Mcp

  • 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.

Use cases of Packforai Mcp

  • Convert a quarterly report PDF into AI-ready Markdown for analysis.
  • Fetch a remote specification DOCX and return a clean version.
  • Process scanned PDFs with OCR to extract text.
  • Prepare spreadsheet data as Markdown for AI assistants.

FAQ from Packforai Mcp

What are the requirements to use Packforai Mcp?

You need Node.js 18+ and a PackForAI API key from a Pro plan.

How do I install Packforai Mcp?

No global installation is needed; it runs via npx. Add it to your MCP client's configuration.

What file formats can Packforai Mcp convert?

It converts PDF, DOCX, PPTX, XLSX, CSV, and JSON files to Markdown.

Can I convert documents from a URL?

Yes, use the url parameter with a public HTTPS URL.

Does Packforai Mcp support OCR for scanned PDFs?

Yes, set the ocr parameter to true (requires Pro plan).

Comments

More MCP servers