← Index

io.github.helloderekg/bytario

io.github.helloderekg/bytario·v1.0.1·Documents & Spreadsheets
Quality Score
75
/100

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bytario": {
      "command": "npx",
      "args": [
        "-y",
        "@bytario/mcp"
      ],
      "env": {
        "BYTARIO_API_KEY": "<your-bytario_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bytario": {
      "command": "npx",
      "args": [
        "-y",
        "@bytario/mcp"
      ],
      "env": {
        "BYTARIO_API_KEY": "<your-bytario_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bytario/mcp
§02  Environment variables
BYTARIO_API_KEY
requiredsecret

Bytario API key (sk_live_...). Get one at https://api.bytario.com/pricing

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Documents & Spreadsheets