pact-telegram
stdioUsed by 1 plugin
Installs PACT, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub synaptic-labs-ai/pact-pluginAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"pact-telegram": {
"command": "python3",
"args": [
"-m",
"telegram"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Command
python3Access Level
write
Arguments
-mtelegram
Environment Variables
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}