Skip to content
Grok

printmcp for Grok

io.github.aernouddekker/printmcp

MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing

client:Grok transport:stdio runtime:npm

Install printmcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "printmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/printmcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

printmcp in other clients