Sponsored by Deepsite.site

Packforai Mcp

Created By
zymsj8j9z9-ship-ita month ago
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 order, recovering scanned pages with OCR, and stripping noise. You get compact Markdown plus a before/after token count (typically up to 65% smaller). Use it from the web app, the REST API, an open-source MCP server (Claude & Cursor), or the CLI. Files are stored in the EU, private to you, and never used to train AI.
Overview

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

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.pdf to clean Markdown."
  • "Fetch https://example.com/spec.docx and give me the AI-ready version."
  • "Convert this scanned PDF with OCR: /path/to/scan.pdf."

Tool

convert_document

ParamTypeDescription
pathstringAbsolute path to a local document file.
urlstringPublic https URL of a document to fetch and convert.
ocrbooleanForce OCR for scanned / image-only PDFs (Pro). Default false.
fullbooleanReturn 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 to https://packforai.com/api/v1).

License

MIT

Server Config

{
  "mcpServers": {
    "packforai": {
      "command": "npx",
      "args": [
        "-y",
        "packforai-mcp"
      ],
      "env": {
        "PACKFORAI_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Serper MCP ServerA Serper MCP Server
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.