Loading MCP server directory, please wait...
Send physical letters and faxes through the PixelLetter interface, test mode included.
npx @getmcp/cli add io.github.bitterdev/pixelletter-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PIXELLETTER_EMAILE-mail address the PixelLetter account is registered with
PIXELLETTER_PASSWORDPixelLetter account password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bitterdev/pixelletter-mcp": {
"command": "npx",
"args": [
"-y",
"pixelletter-mcp"
],
"env": {
"PIXELLETTER_EMAIL": "",
"PIXELLETTER_PASSWORD": "",
"PIXELLETTER_DEFAULT_DESTINATION": "",
"PIXELLETTER_FORCE_TEST_MODE": ""
}
}
}
}