Back to Browse

Pixelletter MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Send physical letters and faxes through the PixelLetter interface, test mode included.

About

Send physical letters and faxes through the PixelLetter interface, test mode included.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (11/11 approved).

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

E-mail address the PixelLetter account is registered withOptional

Environment variable: PIXELLETTER_EMAIL

PixelLetter account passwordRequired

Environment variable: PIXELLETTER_PASSWORD

Default destination country as a two letter ISO code, for example DEOptional

Environment variable: PIXELLETTER_DEFAULT_DESTINATION

Force test mode for every order, so nothing is printed, sent or chargedOptional

Environment variable: PIXELLETTER_FORCE_TEST_MODE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bitterdev-pixelletter-mcp": {
      "env": {
        "PIXELLETTER_EMAIL": "your-pixelletter-email-here",
        "PIXELLETTER_PASSWORD": "your-pixelletter-password-here",
        "PIXELLETTER_FORCE_TEST_MODE": "your-pixelletter-force-test-mode-here",
        "PIXELLETTER_DEFAULT_DESTINATION": "your-pixelletter-default-destination-here"
      },
      "args": [
        "-y",
        "pixelletter-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!