Packforai
БесплатноНе проверенConverts PDF, DOCX, PPTX, XLSX, CSV, and JSON into clean, compact, AI-ready Markdown, reducing tokens up to 65%.
Описание
Converts PDF, DOCX, PPTX, XLSX, CSV, and JSON into clean, compact, AI-ready Markdown, reducing tokens up to 65%.
README
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.
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 |
|---|---|---|
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.
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
Установка Packforai
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zymsj8j9z9-ship-it/packforai-mcpFAQ
Packforai MCP бесплатный?
Да, Packforai MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Packforai?
Нет, Packforai работает без API-ключей и переменных окружения.
Packforai — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Packforai в Claude Desktop, Claude Code или Cursor?
Открой Packforai на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Packforai with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
