line-bot-mcp-server

384

The LINE Bot MCP Server facilitates integration between AI Agents and the LINE Messaging API, providing tools to send messages and handle communication over LINE Official Accounts. Designed for experimental purposes, it features a preview version with customizable broadcasting capabilities and user profile retrieval.

LINE Bot MCP Server

A Model Context Protocol (MCP) server implementation integrating the LINE Messaging API to connect AI Agents with LINE Official Accounts. Noted as a preview version for experimental use, it includes tools like pushing and broadcasting messages, retrieving user profiles, and managing message quotas.

Features

  • push_text_message: Send text messages to a specific LINE user.
  • push_flex_message: Send customizable flex messages.
  • broadcast_text_message: Send text messages to all users of a LINE account.
  • broadcast_flex_message: Send flex messages to all account users.
  • get_profile: Retrieve LINE user profiles.
  • get_message_quota: Manage and view message quotas.

Installation

  • Using npx: Requires Node.js v20 or later and LINE Official Account setup.
  • Using Docker: Clone the repository and build the Docker image, then configure the AI Agent.