← Back to Plugins
MCP Server MCP

Foxit PDF API MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server that exposes Foxit PDF API capabilities via stdio.

Homepage Verified source GitHub

Install

npx -y @foxitsoftware/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@foxitsoftware/foxit-pdf-api-mcp-server",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Foxit PDF Services host, e.g. https://na1.fusion.foxit.com/pdf-services",
          "isRequired": true,
          "name": "FOXIT_CLOUD_API_HOST"
        },
        {
          "description": "Client ID for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)",
          "isRequired": true,
          "name": "FOXIT_CLOUD_API_CLIENT_ID"
        },
        {
          "description": "Client secret for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)",
          "isRequired": true,
          "isSecret": true,
          "name": "FOXIT_CLOUD_API_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...