line-bot-mcp-server

line-bot-mcp-server

0

The LINE Bot MCP Server is a Model Context Protocol server designed to connect AI agents with LINE Official Accounts through the LINE Messaging API. It allows users to send messages and retrieve user profiles, providing a powerful integration tool for communication with LINE users.

LINE Bot MCP Server

A Model Context Protocol (MCP) server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

Tools

  • push_text_message: Send a text message to a LINE user.
  • push_flex_message: Send a customizable flex message to a LINE user.
  • broadcast_text_message: Send a text message to all LINE account followers.
  • broadcast_flex_message: Send a customizable flex message to all LINE account followers.
  • get_profile: Retrieve detailed profile info of a LINE user.

Installation

  1. Install Node.js v20 or later. Clone the repository and build with npm or use Docker.
  2. Create and configure a LINE Official Account and enable the Messaging API.
  3. Configure the AI Agent with necessary environment variables and set up using Node or Docker.