Odel
mcp server

mcp server

Local
@qr-maker-io1TypeScriptMITUpdated 4mo ago

Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@qr-maker/mcp-serverv0.1.1

Run

npx -y @qr-maker/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qr-maker/mcp-server"
      ]
    }
  }
}