Home › Other › Foxit PDF API MCP Server

Foxit PDF API MCP Server

MCP server that exposes Foxit PDF API capabilities via stdio.

Python
★ 12 stars Last pushed 2026-04-17

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y @foxitsoftware/foxit-pdf-api-mcp-server@0.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "foxit-pdf-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@foxitsoftware/foxit-pdf-api-mcp-server@0.2.3"
      ],
      "env": {
        "FOXIT_CLOUD_API_HOST": "<YOUR_VALUE>",
        "FOXIT_CLOUD_API_CLIENT_ID": "<YOUR_VALUE>",
        "FOXIT_CLOUD_API_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • FOXIT_CLOUD_API_HOST required — Foxit PDF Services host, e.g. https://na1.fusion.foxit.com/pdf-services
  • FOXIT_CLOUD_API_CLIENT_ID required — Client ID for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)
  • FOXIT_CLOUD_API_CLIENT_SECRET required secret — Client secret for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)

Related servers

Data from the Official MCP Registry