Skip to content
VS Code

printmcp for VS Code

io.github.aernouddekker/printmcp

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

client:VS Code transport:stdio runtime:npm

Install printmcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

printmcp in other clients