What is the io.github.jgalea/telegram-mcp MCP server?
Telegram MCP server: read, send, and search messages and manage chats via your account.
How to install io.github.jgalea/telegram-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"telegram-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Claude Code
claude mcp add telegram-mcp -- uvx telegram-mcp-jgaleaRelated MCP servers
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
View repository →