v1.0.0
MCP Printer - First Release! π¨οΈ
An MCP server that gives AI assistants the ability to print documents.
β¨ Features
- π¨οΈ Print files directly from AI conversations
- π Beautiful markdown rendering with Mermaid diagrams
- π» Syntax-highlighted code printing
- π Manage print queues and printers
- π Secure by default with path restrictions
- π― Works with Claude Desktop, Cursor, and other MCP clients
π Quick Start
Add to your MCP config (e.g., ~/.cursor/mcp.json):
{
"mcpServers": {
"Printer": {
"command": "npx",
"args": ["-y", "mcp-printer"]
}
}
}Or install globally:
npm install -g mcp-printerπ Documentation
See the README for full setup instructions and configuration options.
π₯οΈ Requirements
- macOS or Linux (CUPS)
- Node.js 22+
- Chrome/Chromium (for markdown/code rendering)
π Feedback Welcome
This is the initial release. Please report bugs or suggest features via GitHub Issues.