MCP Server
MCP
io.github.bitterdev/pixelletter-mcp
Send physical letters and faxes through the PixelLetter interface, test mode included.
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
By
Comments
Sign in to leave a comment