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
{
"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