pipeworx-io/mcp-qrcode
MCP server for QR code generation and decoding
Platform-specific configuration:
{
"mcpServers": {
"mcp-qrcode": {
"command": "npx",
"args": [
"-y",
"mcp-qrcode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for QR code generation and decoding via api.qrserver.com. Free, no auth required.
| Tool | Description | |------|-------------| | create_qr | Generate a QR code image URL for any text or URL | | read_qr | Decode a QR code from a publicly accessible image URL |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "qrcode_create_qr",
"arguments": { "data": "https://pipeworx.io" }
},
"id": 1
}'MIT
Loading reviews...