← Back to Plugins
MCP Server MCP

io.github.bitterdev/pixelletter-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pixelletter-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "E-mail address the PixelLetter account is registered with",
          "isRequired": true,
          "name": "PIXELLETTER_EMAIL"
        },
        {
          "description": "PixelLetter account password",
          "isRequired": true,
          "isSecret": true,
          "name": "PIXELLETTER_PASSWORD"
        },
        {
          "description": "Default destination country as a two letter ISO code, for example DE",
          "name": "PIXELLETTER_DEFAULT_DESTINATION"
        },
        {
          "description": "Force test mode for every order, so nothing is printed, sent or charged",
          "name": "PIXELLETTER_FORCE_TEST_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...