Skip to content
Cursor

bytario for Cursor

io.github.helloderekg/bytario

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

client:Cursor transport:stdio runtime:npm

Install bytario in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bytario": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bytario/mcp"
      ],
      "env": {
        "BYTARIO_API_KEY": "<BYTARIO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bytario in other clients