MCP Server
MCP
io.github.EigenCharlie/pdf-toolkit-mcp
Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "pdf-toolkit-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "iLoveAPI Project Public Key (from https://developer.ilovepdf.com).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ILOVEAPI_PROJECT_PUBLIC_KEY"
},
{
"description": "iLoveAPI Project Secret Key. Used locally to sign short-lived JWTs.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ILOVEAPI_PROJECT_SECRET_KEY"
},
{
"description": "Optional filesystem sandbox: if set, all I/O must stay inside this directory.",
"format": "string",
"name": "ILOVEAPI_SANDBOX_ROOT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment