Skip to main content
Glama

MCP Printer Server

by steveclarke

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PRINTER_DUPLEXNoSet to "true" to print double-sided by default
MCP_PRINTER_DEFAULTNoDefault printer to use when none specified
MCP_PRINTER_OPTIONSNoAdditional CUPS options (e.g., "fit-to-page", "landscape")

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_printers

List all available printers on the system with their status. Returns printer names, states, and whether they're accepting jobs.

print_file

Print a file to a specified printer. Supports PDF, text, and other common formats. Can specify number of copies and print options.

get_print_queue

Check the print queue for a specific printer or all printers. Shows pending and active print jobs.

cancel_print_job

Cancel a specific print job by job ID or cancel all jobs for a printer.

get_default_printer

Get the name of the default printer

set_default_printer

Set a printer as the default printer

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steveclarke/mcp-printer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server