line-bot-mcp-server
Author: line
Description: MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Stars: 435
Forks: 65
License: Apache License 2.0
Category: Specialized
Overview
Installation
git clone https://github.com/line/line-bot-mcp-server.git
cd line-bot-mcp-server npm install
# or
yarn install LINE_CHANNEL_SECRET=xxxxxxxxxxxxxxxxxxxxxx
LINE_CHANNEL_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxx
PORT=3000 # optional – default 3000 npm run build npm start # runs the compiled JavaScript from /dist
# or for development with hot-reload
npm run dev https://<your-domain>/webhookpush_text_message
Push a simple text message to a specified LINE user.
push_flex_message
Push a customizable flex message to a specified LINE user.
broadcast_text_message
Broadcast a simple text message to all users who have followed the LINE Official Account.
broadcast_flex_message
Broadcast a flex message to all users who have added the LINE Official Account.
get_profile
Retrieve detailed profile information of a LINE user.
get_message_quota
Retrieve the message quota and current consumption of the LINE Official Account.
get_rich_menu_list
Retrieve the list of rich menus associated with the LINE Official Account.
delete_rich_menu
Delete a specified rich menu from the LINE Official Account.
set_rich_menu_default
Set a specified rich menu as the default rich menu.
cancel_rich_menu_default
Cancel the current default rich menu.