From PACT
Local stdio MCP server (pact-telegram) running 'python3 -m telegram' in Python. Provides Telegram integration for messaging, bots, or notifications. Uses PYTHONPATH.
npx claudepluginhub synaptic-labs-ai/pact-plugin --plugin PACTAdd to your .mcp.json:
{
"mcpServers": {
"pact-telegram": {
"command": "python3",
"args": [
"-m",
"telegram"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}python3PYTHONPATH=${CLAUDE_PLUGIN_ROOT}