MCP server for QR code data: URLs, vCards, WiFi configs, events.
claude mcp add qr-text -- npx -y qr-text-forge-mcp
claude_desktop_config.json
{
"mcpServers": {
"qr-text": {
"command": "npx",
"args": [
"-y",
"qr-text-forge-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"qr-text": {
"command": "npx",
"args": [
"-y",
"qr-text-forge-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"qr-text": {
"command": "npx",
"args": [
"-y",
"qr-text-forge-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"qr-text": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qr-text-forge-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"qr-text": {
"command": "npx",
"args": [
"-y",
"qr-text-forge-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ryudi84--qr-text/reviews or the review_server meta-tool.
POST /mcp