Go-based tool for managing Telkomsel accounts via Telegram Bot, Terminal CLI, or MCP Server (for AI agents).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"telbot": {
"command": "go",
"args": [
"run",
"github.com/0xtbug/telbot@latest"
]
}
}
}
Run in terminal:
claude mcp add telbot go run github.com/0xtbug/telbot@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"telbot": {
"command": "go",
"args": [
"run",
"github.com/0xtbug/telbot@latest"
]
}
}
}