Telethon Plus for Grok
io.github.psyb0t/telethon-plus
Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.
client:Grok
transport:stdio
runtime:oci
Install Telethon Plus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"telethon-plus": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/telethon-plus:v0.5.7"
]
}
}
}
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