Productivity|Communication|AI / ML|UtilitiesTypeScript
telegram-search
Export and fuzzy search your Telegram chat history.
N/A rating (0 reviews)0 installs3,854 GitHub stars
TelegramSearchChat History
Telegram Search allows users to back up and retrieve their Telegram messages easily. It features powerful local segmentation capabilities for accurate results in any language and supports vector search for intelligent fuzzy matching of sentences.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"telegram-search": {
"args": [
"-y",
"@modelcontextprotocol/server-telegram-search"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.