U
Url2qr MCP
A powerful MCP (Model Context Protocol) server that converts URLs into QR codes with downloadable links. Built with Express and TypeScript, providing seamless integration with AI assistants like Claude.
Created 10/11/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-url2qr-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"guangxiangdebizi-url2qr-mcp": {
"command": "npx",
"args": [
"guangxiangdebizi-url2qr-mcp"
]
}
}
}