# alam00000/bentopdf | Model Context Protocol (MCP) Server > The Privacy First PDF Toolkit - **Stars**: ⭐ 14,223 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bentopdf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bentopdf" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bentopdf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bentopdf" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bentopdf` - **Docker**: `docker run -i --rm mcp/bentopdf`