LINE Local MCP
Related Servers
Alternatives to LINE Local MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA read-only MCP server that lets AI search a user's own LINE Desktop chat history on macOS, providing tools to list chats, retrieve messages, and search conversations directly from the local encrypted database.51MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that connects ChatGPT/Codex to LINE Desktop's local encrypted database to provide private conversation advice without sending messages.8MIT
- AlicenseNot gradedqualityCmaintenanceA macOS MCP server for LINE that reads encrypted local database snapshots to fetch chat history and sends messages via LINE UI without cursor movement.1MIT
- AlicenseAqualityBmaintenanceA read-only MCP server that enables searching and extracting to-dos from local macOS WeChat chat databases. It decrypts and queries local WeChat data without sending messages or modifying databases.124MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for macOS that enables users to search through iMessage history and analyze conversation patterns using AI-powered tools. It provides detailed statistics on messaging habits, streaks, and contact analytics while keeping all data private and local.584 npm1-
- AlicenseAqualityCmaintenanceMCP server that gives AI agents read and write access to WhatsApp on macOS, reading local chat history offline and sending messages via pre-filled drafts with explicit user confirmation.8MIT
TDQS
Scored across 6 tools
Each tool has a distinct primary purpose: health check, chat listing, single-chat message retrieval, cross-chat activity scanning, substring search, and recent-activity discovery. There is some overlap between read_chat_activity and get_recent_activity, but their descriptions clearly differentiate use cases.
Most tools follow a clear lowercase verb_noun pattern such as list_chats, get_messages, and search_messages. Minor inconsistencies exist: line_status uses a noun-only name, and get_/read_/list_ are used as near-synonymous verbs.
Six tools is well-scoped for a local LINE database reader. Each tool covers a meaningful operation without unnecessary redundancy or bloat.
The set covers the full read-only lifecycle: health check, chat enumeration, message retrieval, cross-chat activity, search, and recent discovery. No obvious dead-end exists for the stated local database purpose.