Skip to content
Cursor

pixelletter mcp for Cursor

io.github.bitterdev/pixelletter-mcp

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

client:Cursor transport:stdio runtime:npm

Install pixelletter mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "pixelletter-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pixelletter mcp in other clients