← Index

Foxit PDF API MCP Server

io.github.foxitsoftware/foxit-pdf-api-mcp-server·v0.2.4·Documents & Spreadsheets
Quality Score
77
/100

MCP server that exposes Foxit PDF API capabilities via stdio.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "foxit-pdf-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@foxitsoftware/foxit-pdf-api-mcp-server"
      ],
      "env": {
        "FOXIT_CLOUD_API_HOST": "<foxit_cloud_api_host>",
        "FOXIT_CLOUD_API_CLIENT_ID": "<foxit_cloud_api_client_id>",
        "FOXIT_CLOUD_API_CLIENT_SECRET": "<your-foxit_cloud_api_client_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "foxit-pdf-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@foxitsoftware/foxit-pdf-api-mcp-server"
      ],
      "env": {
        "FOXIT_CLOUD_API_HOST": "<foxit_cloud_api_host>",
        "FOXIT_CLOUD_API_CLIENT_ID": "<foxit_cloud_api_client_id>",
        "FOXIT_CLOUD_API_CLIENT_SECRET": "<your-foxit_cloud_api_client_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @foxitsoftware/foxit-pdf-api-mcp-server
§02  Environment variables
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
requiredsecret

Client secret for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets