Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server that exposes Foxit PDF API capabilities via stdio.

README.md

Foxit PDF API MCP Servers

Model Context Protocol (MCP) servers that expose Foxit PDF Services API operations as tools for AI agents like Claude Desktop, Cursor, and other MCP-compatible applications.

Overview

This directory contains multiple implementations of the Foxit PDF API MCP Server:

🐍 Python Version

  • Location: python/foxit-pdf-api-mcp-server/
  • Features: 35+ PDF operations including creation, conversion, manipulation, security, OCR, forms, and analysis
  • Technologies: FastMCP, Python 3.11+, uv package manager
  • Status: ✅ Active development - Full feature parity with TypeScript version

👉 View Python README for installation and usage instructions.

📘 TypeScript Version

  • Location: typescript/foxit-pdf-api-mcp-server/
  • Features: 35+ PDF operations with comprehensive TypeScript support
  • Technologies: TypeScript, Node.js, pnpm
  • Status: ✅ Active development - Full feature parity with Python version

👉 View TypeScript README for installation and usage instructions.

⚠️ stdio-python (Legacy)

  • Location: stdio-python/
  • Status: ⚠️ DEPRECATED - Use the new Python version above instead
  • Note: This was the original implementation and is no longer maintained

Features

Both Python and TypeScript versions provide:

  • 📄 Document Lifecycle - Upload, download, delete documents
  • 🔄 PDF Creation - Convert Word, Excel, PPT, HTML, URL, text, images to PDF
  • 📤 PDF Conversion - Convert PDF to Word, Excel, PPT, HTML, text, images
  • ✂️ Manipulation - Split, merge, extract, compress, flatten, linearize, watermark, page operations
  • 🔒 Security - Add/remove passwords, set permissions
  • 📊 Properties - Extract comprehensive PDF metadata and properties
  • 🔍 Analysis - Compare PDFs
  • 📝 Forms - Export and import form data as JSON

Getting Started

Prerequisites

  • API Credentials: Sign up at Foxit Developer Portal to get your Client ID and Client Secret
  • Python Version: Python 3.11+ and uv package manager
  • TypeScript Version: Node.js 18+ and pnpm

Quick Start

Choose your preferred implementation:

Python: ```bash cd python/foxit-pdf-api-mcp-server

See python/foxit-pdf-api-mcp-server/README.md for full instructions


**TypeScript:**

cd typescript/foxit-pdf-api-mcp-server

See typescript/foxit-pdf-api-mcp-server/README.md for full instructions


## Environment Variables

All versions require the following environment variables:

- **FOXIT_CLOUD_API_HOST**: API host URL (e.g., `https://na1.fusion.foxit.com/pdf-services`)
- **FOXIT_CLOUD_API_CLIENT_ID**: Your client ID from Foxit Developer Portal
- **FOXIT_CLOUD_API_CLIENT_SECRET**: Your client secret from Foxit Developer Portal

## Support

For issues or questions:
- Check the specific README for your chosen implementation
- Visit [Foxit Developer Portal](https://developer-api.foxit.com) for API documentation
- Review the CONTRIBUTING.md guide for development setup

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.