packforai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@packforai-mcpConvert ~/Downloads/Q4-report.pdf to clean Markdown."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PackForAI MCP server
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.
What you need
Node.js 18+
A PackForAI API key (Pro plan). Create one at packforai.com/account.
Related MCP server: Markitdown MCP Server
Install
The server runs via npx, so there is nothing to install globally. Add it to your MCP client's config.
Claude Desktop
Edit claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"packforai": {
"command": "npx",
"args": ["-y", "packforai-mcp"],
"env": { "PACKFORAI_API_KEY": "your_key_here" }
}
}
}Restart Claude Desktop.
Cursor
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"packforai": {
"command": "npx",
"args": ["-y", "packforai-mcp"],
"env": { "PACKFORAI_API_KEY": "your_key_here" }
}
}
}Usage
Once connected, just ask your assistant, for example:
"Convert
~/Downloads/Q4-report.pdfto clean Markdown.""Fetch
https://example.com/spec.docxand give me the AI-ready version.""Convert this scanned PDF with OCR:
/path/to/scan.pdf."
Tool
convert_document
Param | Type | Description |
| string | Absolute path to a local document file. |
| string | Public https URL of a document to fetch and convert. |
| boolean | Force OCR for scanned / image-only PDFs (Pro). Default |
| boolean | Return the full |
Provide either path or url. Returns the Markdown plus a token-savings summary.
Config
PACKFORAI_API_KEY(required) — your PackForAI API key.PACKFORAI_BASE_URL(optional) — override the API base (defaults tohttps://packforai.com/api/v1).
Links
Website: packforai.com
API docs: packforai.com/docs
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI-driven PDF document processing including PDF to Markdown conversion, intelligent text and table extraction, image extraction, format conversion between PDF/Word/Markdown, batch processing, and fuzzy search - optimized for LLM context and RAG workflows.2MIT
- AlicenseNot gradedqualityDmaintenanceConverts various file formats (PDF, Word, PowerPoint, Excel, images, audio, HTML, CSV, JSON, XML, ZIP, EPubs) to Markdown for use with Large Language Models. Deployed as a pay-per-event Apify Actor with Streamable HTTP transport.Apache 2.0
- AlicenseAqualityBmaintenanceConverts documents between Markdown, PDF, DOCX, and HTML locally with AI-friendly Markdown output and secure file access.616MIT
- AlicenseAqualityBmaintenanceAutomatically converts PDF, DOCX, XLSX, and CSV files to clean markdown when read by Claude Code, reducing token usage by up to 98%.111MIT
Related MCP Connectors
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Read PDFs and images as markdown or text, with exact costs and hard spend caps. $0.75/1k pages.
The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibrtokmecheng/packforai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server