
Foxit PDF API MCP Server
Wire Foxit PDF cloud operations—convert, merge, protect—into agent workflows via MCP stdio instead of custom REST glue.
Overview
Foxit PDF API MCP Server is a MCP server for the Build phase that exposes Foxit PDF cloud API capabilities to agents over stdio.
What is this MCP server?
- Foxit PDF API MCP Server v0.2.4 on npm as @foxitsoftware/foxit-pdf-api-mcp-server
- Stdio transport for Claude-style MCP clients
- Requires FOXIT_CLOUD_API_HOST, CLIENT_ID, and CLIENT_SECRET from Foxit developer portal
- Exposes Foxit PDF Services capabilities to coding agents without hand-written SDK wrappers
- Registry version 0.2.4
- npm identifier @foxitsoftware/foxit-pdf-api-mcp-server
- 3 required Foxit cloud environment variables
What problem does it solve?
Builders waste time writing one-off Foxit REST clients and prompts when agents need reliable PDF convert-and-manipulate steps in the repo.
Who is it for?
Solo developers shipping document workflows who already have or will create Foxit PDF API keys.
Skip if: Projects that only need local open-source PDF libraries with no Foxit cloud account.
What do I get? / Deliverables
After registration and Foxit credentials, your agent can run PDF API operations through MCP tools during feature work.
- MCP tools mapped to Foxit PDF API operations
- Agent-driven PDF jobs without custom SDK scaffolding
- Configurable cloud host and auth via environment variables
Recommended MCP Servers
Journey fit
PDF API wiring is an integration task while building document features for your product or internal tools. Foxit client credentials and cloud host env vars define a third-party API integration the agent invokes through MCP tools.
How it compares
Foxit cloud integration MCP, not a local-only PDF parsing skill.
Common Questions / FAQ
Who is Foxit PDF API MCP Server for?
Indie builders and small teams integrating Foxit PDF Services into apps or agent automations via MCP.
When should I use Foxit PDF API MCP Server?
Use it while building features that merge, convert, secure, or process PDFs through Foxit's hosted API from your coding agent.
How do I add Foxit PDF API MCP Server to my agent?
Install @foxitsoftware/foxit-pdf-api-mcp-server, set FOXIT_CLOUD_API_HOST, FOXIT_CLOUD_API_CLIENT_ID, and FOXIT_CLOUD_API_CLIENT_SECRET, add the stdio server to MCP config, then reload tools.