服务器
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
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"packforai": {
"command": "npx",
"args": [
"-y",
"packforai-mcp"
],
"env": {
"PACKFORAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}