HomeOther › QRcodly

QRcodly

Create, manage, and share QR codes and short URLs

TypeScript Remote
★ 26 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.qrcodly.de/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http qrcodly https://mcp.qrcodly.de/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "qrcodly": {
      "url": "https://mcp.qrcodly.de/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token for API authentication (format: Bearer <your-api-key>)

Related servers

Data from the Official MCP Registry