loading…
Search for a command to run...
loading…
QR Code AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
QR Code AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
QR Code AI MCP Server — QR code generation and data tools.
QR Code AI MCP Server — QR code generation and data tools.
| Tool | Description |
|---|---|
generate_qr_data |
Generate QR code data from text/URL. Returns matrix or text-art representation. |
decode_qr_data |
Analyze a QR matrix (JSON 2D array) and extract metadata. |
create_vcard_qr |
Generate vCard data suitable for QR encoding. |
create_wifi_qr |
Generate WiFi QR code data for network sharing. |
pip install meok-qr-code-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"qr-code-ai": {
"command": "python",
"args": ["-m", "meok_qr_code_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"qr-code-ai-mcp": {
"command": "npx",
"args": []
}
}
}