Catalog
io.github.helloderekg/bytario
Official40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.
40 tools for image, PDF, QR code, barcode, data, text, color, and render operations.
README not available yet.
Install
Configuration
Environment variables
BYTARIO_API_KEYrequiredsecretBytario API key (sk_live_...). Get one at https://api.bytario.com/pricing
claude_desktop_config.json
{
"mcpServers": {
"bytario": {
"command": "npx",
"args": [
"-y",
"@bytario/mcp@1.0.1"
],
"env": {
"BYTARIO_API_KEY": "<YOUR_BYTARIO_API_KEY>"
}
}
}
}