Developer Tools
Trust: 31/100 (Limited)Foxit PDF API MCP Server Guide
MCP server that exposes Foxit PDF API capabilities via stdio.
10 starsby foxitsoftware
Quick Start
Install
npx @foxitsoftware/foxit-pdf-api-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-foxitsoftware-foxit-pdf-api-mcp-server": {
"command": "npx",
"args": [
"@foxitsoftware/foxit-pdf-api-mcp-server"
]
}
}
}