#!/usr/bin/env node
/**
* @fileoverview Entry point for the MCP Printer server.
* Starts the Model Context Protocol server for printing operations via CUPS.
*/
import { startServer } from "./server.js"
// Start the MCP Printer server
startServer().catch((error) => {
console.error("Fatal error:", error)
process.exit(1)
})
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