Back to directory
bitterdev/pixelletter-mcp

bitterdev/pixelletter-mcp

@bitterdev

Local stdio MCP server for the PixelLetter API, sending physical letters and faxes with registered mail, colour printing, duplex, cancellation, account lookup, and invoice signing.

PixelLetterphysical mailfaxletter sendingpostal servicesstdioTypeScriptcommerce

Installation & Configuration

{
  "mcpServers": {
    "pixelletter": {
      "command": "node",
      "args": [
        "/absolute/path/to/pixelletter-mcp/dist/src/index.js"
      ],
      "env": {
        "PIXELLETTER_EMAIL": "[email protected]",
        "PIXELLETTER_PASSWORD": "your-password",
        "PIXELLETTER_DEFAULT_DESTINATION": "DE"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/9/5
Updated
2026/9/5