HomarUScc

kcdjmaxx/HomarUScc
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server that gives Claude Code a body — Telegram, web dashboard, memory, timers, browser automation, and tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homaruscc": {
      "command": "npx",
      "args": [
        "-y",
        "kcdjmaxx/HomarUScc"
      ]
    }
  }
}