LINE Bot MCP Server
OfficialRelated Servers
Alternatives to LINE Bot MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for LINE Messaging API that allows AI agents to send messages, manage groups, configure rich menus, and query analytics.447 npmMIT
- AlicenseNot gradedqualityFmaintenanceModel Context Protocol server implementation that integrates the LINE Messaging API to connect AI agents with LINE Official Accounts, enabling agents to send messages to users.676 npmApache 2.0
- AlicenseAqualityDmaintenanceAI-powered MCP server for managing LINE Official Accounts. Send broadcasts, push messages, check analytics, manage rich menus — all through natural language via Claude, ChatGPT, or Cursor. 10 tools included: * Account info, friend count, message quota * Broadcast, push message, multicast * Delivery stats, user profiles, follower list * Rich menu management Supports 95M+ LINE users across Jap10MIT
- AlicenseCqualityDmaintenanceMCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol.2223MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more through 25 tools.1 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server that connects AI agents to WhatsApp using the multi-device API, enabling messaging, group management, and more as a regular user.3 npmMIT
TDQS
Scored across 12 tools
Each tool targets a distinct action and resource: broadcast vs push, text vs flex, rich menu management (create, delete, set, cancel, list), and informational (get follower IDs, quota, profile). No two tools have overlapping purposes.
All tools follow a consistent verb_noun pattern using snake_case (e.g., broadcast_flex_message, create_rich_menu, get_profile). No mixing of conventions.
With 12 tools, the server is well-scoped, covering essential LINE Bot operations without unnecessary bloat. The count falls comfortably within the ideal 3-15 range.
The tool set covers core messaging (broadcast/push, text/flex), rich menu lifecycle (create, delete, list, default), and user/account info (followers, profile, quota). Minor gaps like replying to messages or sending media types are absent, but the server is sufficiently functional for its intended use.