Telegram Managed Bot Factory for Grok
io.github.laser54/bot-factory
Provision owner-confirmed isolated Telegram Managed Bot instances.
client:Grok
transport:stdio
runtime:pypi
Install Telegram Managed Bot Factory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bot-factory": {
"type": "stdio",
"command": "uvx",
"args": [
"telegram-managed-bot-factory"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs