★ 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"
]
}
}
}
Run in terminal:
claude mcp add homaruscc npx -y kcdjmaxx/HomarUScc
Add to .cursor/mcp.json:
{
"mcpServers": {
"homaruscc": {
"command": "npx",
"args": [
"-y",
"kcdjmaxx/HomarUScc"
]
}
}
}