PDF Generator for Cline
io.github.mcp-z/mcp-pdf
MCP server for creative PDF generation with full emoji, Unicode, and offline support
client:Cline
transport:stdio
runtime:npm
Install PDF Generator 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": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<RESOURCE_STORE_URI>",
"PORT": "<PORT>",
"BASE_URL": "<BASE_URL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs