Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Convert PDF, DOCX, PPTX, XLSX, CSV and JSON into clean, compact, AI-ready Markdown, directly inside Claude, Cursor and any other MCP client. Powered by PackForAI.
Instead of pasting a messy PDF into your AI (broken text, lost tables, wasted tokens), ask your assistant to convert it first: it comes back as clean Markdown with up to 65% fewer tokens.
The server runs via npx, so there is nothing to install globally. Add it to your MCP client's config.
Edit claude_desktop_config.json (Settings β Developer β Edit Config) and add:
Restart Claude Desktop.
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Once connected, just ask your assistant, for example:
~/Downloads/Q4-report.pdf to clean Markdown."https://example.com/spec.docx and give me the AI-ready version."/path/to/scan.pdf."convert_document
| Param | Type | Description |
|---|---|---|
path | string | Absolute path to a local document file. |
url | string | Public https URL of a document to fetch and convert. |
ocr | boolean | Force OCR for scanned / image-only PDFs (Pro). Default false. |
full | boolean | Return the full document.md (e.g. complete spreadsheet tables) instead of the compact version. Default false. |
Provide either path or url. Returns the Markdown plus a token-savings summary.
PACKFORAI_API_KEY (required) β your PackForAI API key.PACKFORAI_BASE_URL (optional) β override the API base (defaults to https://packforai.com/api/v1).MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/packforai-mcp)<a href="https://allmcps.com/mcp/packforai-mcp"><img src="https://allmcps.com/api/badge/packforai-mcp?style=directory" alt="Packforai MCP on AllMCPs" /></a>