Servers
P
Packforai Mcp
@zymsj8j9z9-ship-it
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
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>"
}
}
}
}