Loading MCP server directory, please wait...
MCP server that exposes Foxit PDF API capabilities via stdio.
npx @getmcp/cli add io.github.foxitsoftware/foxit-pdf-api-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FOXIT_CLOUD_API_HOSTFoxit PDF Services host, e.g. https://na1.fusion.foxit.com/pdf-services
FOXIT_CLOUD_API_CLIENT_IDClient ID for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)
FOXIT_CLOUD_API_CLIENT_SECRETClient secret for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.foxitsoftware/foxit-pdf-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"@foxitsoftware/foxit-pdf-api-mcp-server"
],
"env": {
"FOXIT_CLOUD_API_HOST": "",
"FOXIT_CLOUD_API_CLIENT_ID": "",
"FOXIT_CLOUD_API_CLIENT_SECRET": ""
}
}
}
}