Skip to content

v1.0.0

Choose a tag to compare

@steveclarke steveclarke released this 13 Oct 13:28
· 40 commits to master since this release

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.