Server Config
{
"mcpServers": {
"webprinter": {
"type": "npx",
"command": "npx",
"args": [
"-y",
"webprinter_mcp"
],
"env": {
"WEBPRINTER_ACCESS_TOKEN": "your-access-token"
}
}
}
}