@cynosure-mcp/qr-code
v1.0.0
Published
MCP server for generating and reading QR codes
Downloads
60
Maintainers
Readme
@cynosure-mcp/qr-code
MCP server for generating QR codes and reading QR codes from image files or base64 image data.
Installation
npx @cynosure-mcp/qr-codeOr install globally:
npm install -g @cynosure-mcp/qr-code
qr-codeTools
| Tool | Description |
| ------------------ | ---------------------------------------------------------- |
| generate_qr_code | Generate a QR code as PNG or SVG and save it to disk |
| read_qr_code | Decode a QR code from an image path or base64 image string |
Configuration
| Variable | Required | Description |
| -------------------- | -------- | ---------------------------------------------------------------------------------- |
| QR_CODE_OUTPUT_DIR | No | Directory for generated QR code files. Defaults to a system temporary directory. |
MCP Config
{
"mcpServers": {
"qr-code": {
"command": "npx",
"args": ["@cynosure-mcp/qr-code"]
}
}
}License
MIT
