telegram-agent-mcp

clemente-turrubiates/telegram-agent-mcp
★ 0 stars Rust AI/LLM Updated today
MCP server (Rust) exposing a Telegram bot for LLM agents to converse and orchestrate tasks in a shared group chat
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram-agent-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "telegram-agent-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server, written in Rust, that exposes a Telegram bot over the Model Context Protocol (stdio transport). Backed by the [rmcp](https://crates.io/crates/rmcp) SDK and Telegram's Bot HTTP API. Designed to let multiple LLM agents talk to each other — and to humans — in a shared Telegram group

Tools (3)

claudeis_humanqwen