Skip to content

Foxit PDF API MCP Server for Grok

io.github.foxitsoftware/foxit-pdf-api-mcp-server

MCP server that exposes Foxit PDF API capabilities via stdio.

client:Grok transport:stdio runtime:npm

Install Foxit PDF API MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "foxit-pdf-api-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@foxitsoftware/foxit-pdf-api-mcp-server"
      ],
      "env": {
        "FOXIT_CLOUD_API_HOST": "<FOXIT_CLOUD_API_HOST>",
        "FOXIT_CLOUD_API_CLIENT_ID": "<FOXIT_CLOUD_API_CLIENT_ID>",
        "FOXIT_CLOUD_API_CLIENT_SECRET": "<FOXIT_CLOUD_API_CLIENT_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Foxit PDF API MCP Server in other clients