Stats
Actions
Tags
From PACT
Local stdio MCP server (pact-telegram) running 'python3 -m telegram' in Python. Provides Telegram integration for messaging, bots, or notifications. Uses PYTHONPATH.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pact-telegram": {
"command": "python3",
"args": [
"-m",
"telegram"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub synaptic-labs-ai/pact-plugin --plugin PACT