Network CUPS
April 30, 2026 · View on GitHub
Discover, diagnose, and print to networked CUPS printers from Claude Code.
Wraps the lan-mcp-cups MCP server (auto-launched via npx) and adds bash-driven helper skills for LAN printer discovery and firewall diagnostics. Aimed at homelab setups where a Linux box runs CUPS and other LAN clients print to it over IPP.
Skills
MCP wrappers (operate against the configured CUPS host):
list-printers— show printers configured on the CUPS serverprint-file— print a local file to a networked printeradd-printer— register a new printer on the CUPS server (requires lpadmin on the server side)
LAN discovery:
discover-printers-bonjour— find printers via mDNS / Bonjour (avahi-browse)discover-printers-arp— find printers by ARP-scanning the LAN and matching vendor OUIs
Diagnostics:
check-cups-firewall— read-only ufw audit for ports 631/tcp+udp and 5353/udpdiagnose-network-printing— one-shot triage when "the printer doesn't work"
Setup:
onboard— first-run setup; checks deps, elicitsMCP_CUPS_SERVER, writes config
Requirements
System packages: avahi-utils, arp-scan, ufw, cups-client, node >= 18 (for npx).
Environment variables (set during onboard, must be present in your shell so the MCP server picks them up):
MCP_CUPS_SERVER(required) — CUPS host hostname/IPMCP_CUPS_PORT(default 631)MCP_CUPS_DEFAULT_PRINTER(optional)MCP_CUPS_MAX_COPIES(optional safety cap)
Installation
claude plugins install network-cups@danielrosehill
Run the onboard skill once after installing.
License
MIT