npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

Links