Printmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 2 Jun 2026.
MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add printmcp -- npx -y @aernoud/printmcp
{
"mcpServers": {
"printmcp": {
"args": [
"-y",
"@aernoud/printmcp"
],
"command": "npx"
}
}
}
[mcp_servers.printmcp]
command = "npx"
args = ["-y", "@aernoud/printmcp"]
{
"mcpServers": {
"printmcp": {
"args": [
"-y",
"@aernoud/printmcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"printmcp": {
"args": [
"-y",
"@aernoud/printmcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.