
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@foxitsoftware/foxit-pdf-api-mcp-server
Advanced tools
Model Context Protocol (MCP) server that exposes Foxit Cloud PDF API operations as tools for AI agents like Claude Desktop, Cursor, and other MCP-compatible applications.
30+ PDF Operations Available:
Sign up at Foxit Developer Portal to get your:
The server is published on npm and can be run directly with npx:
npx @foxitsoftware/foxit-pdf-api-mcp-server
Or install globally:
npm install -g @foxitsoftware/foxit-pdf-api-mcp-server
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"foxit-pdf": {
"command": "npx",
"args": ["-y", "@foxitsoftware/foxit-pdf-api-mcp-server"],
"env": {
"FOXIT_CLOUD_API_HOST": "https://na1.fusion.foxit.com/pdf-services",
"FOXIT_CLOUD_API_CLIENT_ID": "your_client_id",
"FOXIT_CLOUD_API_CLIENT_SECRET": "your_client_secret"
}
}
}
}
Restart Claude Desktop. The PDF tools will appear in the tools menu.
Add to Cline MCP settings:
{
"mcpServers": {
"foxit-pdf": {
"command": "npx",
"args": ["-y", "@foxitsoftware/foxit-pdf-api-mcp-server"],
"env": {
"FOXIT_CLOUD_API_HOST": "https://na1.fusion.foxit.com/pdf-services",
"FOXIT_CLOUD_API_CLIENT_ID": "your_client_id",
"FOXIT_CLOUD_API_CLIENT_SECRET": "your_client_secret"
}
}
}
}
For any MCP-compatible client, configure a stdio transport server:
npx["-y", "@foxitsoftware/foxit-pdf-api-mcp-server"]FOXIT_CLOUD_API_* variablesAsk your AI assistant:
"Convert my Word document
report.docxto PDF"
The agent will:
"Merge
chapter1.pdf,chapter2.pdf, andchapter3.pdfinto one document"
"Add a watermark 'CONFIDENTIAL' to my PDF document"
"Convert this PDF to a Word document so I can edit it"
The server exposes 30+ tools organized by category:
upload_document - Upload files for processingdownload_document - Download processed documentsdelete_document - Remove uploaded documentspdf_from_word - Word → PDFpdf_from_excel - Excel → PDFpdf_from_ppt - PowerPoint → PDFpdf_from_html - HTML → PDFpdf_from_url - Web page → PDFpdf_from_text - Plain text → PDFpdf_from_image - Images → PDFpdf_to_word - PDF → Wordpdf_to_excel - PDF → Excelpdf_to_ppt - PDF → PowerPointpdf_to_html - PDF → HTMLpdf_to_text - PDF → Plain textpdf_to_image - PDF → Imagespdf_merge - Combine multiple PDFspdf_split - Split PDF into partspdf_extract - Extract specific pagespdf_compress - Reduce file sizepdf_flatten - Flatten form fields and annotationspdf_manipulate - Rotate, reorder, delete pagespdf_protect - Add password protectionpdf_remove_password - Remove password protectionpdf_watermark - Add text/image watermarkspdf_linearize - Optimize for web viewingpdf_compare - Compare two PDFsFOXIT_CLOUD_API_CLIENT_ID and FOXIT_CLOUD_API_CLIENT_SECRET are set in your MCP client confignpx can access the npm registry (try npx -y @foxitsoftware/foxit-pdf-api-mcp-server --version)-y flag is included in npx args to auto-accept installationSee CONTRIBUTING.md for development setup, architecture details, and contribution guidelines.
MIT
FAQs
MCP server for Foxit PDF API
We found that @foxitsoftware/foxit-pdf-api-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 20 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.