Odel
bigapi mcp

bigapi mcp

Local
@bigapi-2026JavaScriptMITUpdated 1w ago

File operations for AI agents: HTML/Markdown to PDF, PDF tools, OCR, images. $0.01/op, 100 free.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bigapi/mcpv0.3.3

Run

npx -y @bigapi/mcp

MCP client config

{
  "mcpServers": {
    "bigapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bigapi/mcp"
      ]
    }
  }
}