io.github.EigenCharlie/pdf-toolkit-mcp MCP Server
io.github.EigenCharlie/pdf-toolkit-mcp
What is the io.github.EigenCharlie/pdf-toolkit-mcp MCP server?
Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI.
How to install io.github.EigenCharlie/pdf-toolkit-mcp
Copy-paste configuration for popular MCP clients.
ILOVEAPI_PROJECT_PUBLIC_KEYrequiredsecretiLoveAPI Project Public Key (from https://developer.ilovepdf.com).
ILOVEAPI_PROJECT_SECRET_KEYrequiredsecretiLoveAPI Project Secret Key. Used locally to sign short-lived JWTs.
ILOVEAPI_SANDBOX_ROOTOptional filesystem sandbox: if set, all I/O must stay inside this directory.
{
"mcpServers": {
"pdf-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"pdf-toolkit-mcp"
],
"env": {
"ILOVEAPI_PROJECT_PUBLIC_KEY": "<YOUR_ILOVEAPI_PROJECT_PUBLIC_KEY>",
"ILOVEAPI_PROJECT_SECRET_KEY": "<YOUR_ILOVEAPI_PROJECT_SECRET_KEY>",
"ILOVEAPI_SANDBOX_ROOT": "<YOUR_ILOVEAPI_SANDBOX_ROOT>"
}
}
}
}{
"mcpServers": {
"pdf-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"pdf-toolkit-mcp"
],
"env": {
"ILOVEAPI_PROJECT_PUBLIC_KEY": "<YOUR_ILOVEAPI_PROJECT_PUBLIC_KEY>",
"ILOVEAPI_PROJECT_SECRET_KEY": "<YOUR_ILOVEAPI_PROJECT_SECRET_KEY>",
"ILOVEAPI_SANDBOX_ROOT": "<YOUR_ILOVEAPI_SANDBOX_ROOT>"
}
}
}
}{
"mcpServers": {
"pdf-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"pdf-toolkit-mcp"
],
"env": {
"ILOVEAPI_PROJECT_PUBLIC_KEY": "<YOUR_ILOVEAPI_PROJECT_PUBLIC_KEY>",
"ILOVEAPI_PROJECT_SECRET_KEY": "<YOUR_ILOVEAPI_PROJECT_SECRET_KEY>",
"ILOVEAPI_SANDBOX_ROOT": "<YOUR_ILOVEAPI_SANDBOX_ROOT>"
}
}
}
}{
"servers": {
"pdf-toolkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pdf-toolkit-mcp"
],
"env": {
"ILOVEAPI_PROJECT_PUBLIC_KEY": "<YOUR_ILOVEAPI_PROJECT_PUBLIC_KEY>",
"ILOVEAPI_PROJECT_SECRET_KEY": "<YOUR_ILOVEAPI_PROJECT_SECRET_KEY>",
"ILOVEAPI_SANDBOX_ROOT": "<YOUR_ILOVEAPI_SANDBOX_ROOT>"
}
}
}
}claude mcp add pdf-toolkit-mcp --env ILOVEAPI_PROJECT_PUBLIC_KEY=<YOUR_ILOVEAPI_PROJECT_PUBLIC_KEY> --env ILOVEAPI_PROJECT_SECRET_KEY=<YOUR_ILOVEAPI_PROJECT_SECRET_KEY> --env ILOVEAPI_SANDBOX_ROOT=<YOUR_ILOVEAPI_SANDBOX_ROOT> -- npx -y pdf-toolkit-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.