← Back to Plugins
MCP Server MCP

io.github.zymsj8j9z9-ship-it/packforai-mcp

github By github 👁 3 views ▲ 0 votes

Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "packforai-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PackForAI API key (Pro plan). Create one at https://packforai.com/account",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PACKFORAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...