Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
|
2 |
-
title: QRCode Generator
|
3 |
-
emoji: 🔥
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.32.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
-
short_description: 'Generate QR codes '
|
12 |
-
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# QR Code Generator MCP Server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
Generate QR codes from text or URLs using Claude Desktop MCP integration.
|
4 |
+
|
5 |
+
## MCP Connection
|
6 |
+
Add this to your Claude Desktop config:
|
7 |
+
```json
|
8 |
+
{
|
9 |
+
"mcpServers": {
|
10 |
+
"qr-generator": {
|
11 |
+
"command": "npx",
|
12 |
+
"args": ["-y", "mcp-remote", "https://YOUR_USERNAME-qr-code-generator-mcp.hf.space/gradio_api/mcp/sse"]
|
13 |
+
}
|
14 |
+
}
|
15 |
+
}
|