Skip to content
Cline

pixelletter mcp for Cline

io.github.bitterdev/pixelletter-mcp

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

client:Cline transport:stdio runtime:npm

Install pixelletter mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pixelletter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pixelletter-mcp"
      ],
      "env": {
        "PIXELLETTER_EMAIL": "<PIXELLETTER_EMAIL>",
        "PIXELLETTER_PASSWORD": "<PIXELLETTER_PASSWORD>",
        "PIXELLETTER_DEFAULT_DESTINATION": "<PIXELLETTER_DEFAULT_DESTINATION>",
        "PIXELLETTER_FORCE_TEST_MODE": "<PIXELLETTER_FORCE_TEST_MODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pixelletter mcp in other clients