TruePath PDF for Cline
io.github.joytruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
client:Cline
transport:stdio
runtime:npm
Install TruePath PDF in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs