f

foxit-pdf-api-mcp-server

@foxitsoftware/foxit-pdf-api-mcp-server
2 Stars 27 次浏览 foxitsoftware 更新于 2026-08-23

MCP server that exposes Foxit PDF API capabilities via stdio.

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "@foxitsoftware/foxit-pdf-api-mcp-server": {
      "args": [
        "@foxitsoftware/foxit-pdf-api-mcp-server@0.2.3"
      ],
      "command": "npx"
    }
  }
}

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

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:

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 for API documentation
  • Review the CONTRIBUTING.md guide for development setup

相关 MCP 服务