Foxit PDF API MCP Server
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_HOSTrequired
Foxit PDF Services host, e.g. https://na1.fusion.foxit.com/pdf-services
FOXIT_CLOUD_API_CLIENT_IDrequired
Client ID for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)
FOXIT_CLOUD_API_CLIENT_SECRETrequiredsecret
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
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai