🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@bytario/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytario/mcp

MCP (Model Context Protocol) server for the Bytario file-utility API. Exposes all 35 endpoints as native agent tools.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@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/mcp

Tools (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.

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts