Installation & Configuration
{
"mcpServers": {
"mcp-telegram": {
"command": "python3",
"args": [
"/path/to/your/tg_mcp/src/server.py"
],
"cwd": "/path/to/your/tg_mcp",
"env": {
"PYTHONPATH": "/path/to/your/tg_mcp"
},
"description": "Telegram MCP server with search, messaging, and analytics tools"
}
}
}