Slipstack PDF for Claude Desktop
dev.slipstack/pdf
Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota.
client:Claude Desktop
transport:streamable-http
Install Slipstack PDF in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://slipstack.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs