@bytario/mcp
v1.0.1
Published
MCP (Model Context Protocol) server for the Bytario file-utility API. Exposes all 35 endpoints as native agent tools.
Readme
@bytario/mcp
MCP (Model Context Protocol) server for the Bytario API. Lets AI agents (Claude, GPT, Copilot, Cursor, etc.) use 40 file-utility tools natively.
Requirements
A paid Bytario API key. Get one here (plans from $9/mo).
Quick start
Claude Code / Claude Desktop
Add to your MCP config:
{
"mcpServers": {
"bytario": {
"command": "npx",
"args": ["-y", "@bytario/mcp"],
"env": {
"BYTARIO_API_KEY": "sk_live_..."
}
}
}
}Cursor / Windsurf
Same config format — add to your MCP settings.
Smithery
npx -y @smithery/cli install @bytario/mcpTools (40)
Image (9)
bytario_image_convert · bytario_image_resize · bytario_image_compress · bytario_image_strip_metadata · bytario_image_read_metadata · bytario_image_favicon_set · bytario_image_crop · bytario_image_rotate · bytario_image_flip
PDF (11)
bytario_pdf_merge · bytario_pdf_split · bytario_pdf_rotate · bytario_pdf_watermark · bytario_pdf_info · bytario_pdf_extract_text · bytario_pdf_render_page · bytario_pdf_fill_form · bytario_pdf_flatten · bytario_pdf_compress · bytario_pdf_protect
QR & Barcode (4)
bytario_qr_generate · bytario_qr_read · bytario_barcode_generate · bytario_barcode_read
Data (8)
bytario_data_base64_encode · bytario_data_base64_decode · bytario_data_url_encode · bytario_data_url_decode · bytario_data_json_format · bytario_data_json_minify · bytario_data_csv_to_json · bytario_data_json_to_csv
File & Text (5)
bytario_file_hash · bytario_file_detect · bytario_text_word_count · bytario_text_diff · bytario_text_markdown_to_html
Color & Render (2)
bytario_color_convert · bytario_render_svg_to_png
Self-service (1)
bytario_usage — check your plan, quota, and usage
How it works
Every tool call hits the real Bytario API at api.bytario.com with your API key. Files are processed in-memory on Cloudflare's edge network and never stored. No local processing, no free tier bypass.
