Odel
Foxit PDF API MCP Server

Foxit PDF API MCP Server

Local
@foxitsoftware12PythonUpdated 4mo ago

MCP server that exposes Foxit PDF API capabilities via stdio.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@foxitsoftware/foxit-pdf-api-mcp-serverv0.2.3

Run

npx -y @foxitsoftware/foxit-pdf-api-mcp-server

MCP client config

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