MCP Servers / communication / LINE Official Account

LINE Official Account

JSON →
noneofficial592communication

Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: line-official-account
Tools
What this server exposes
push_text_message
Push a simple text message to a user via LINE.
push_flex_message
Push a highly customizable flex message to a user via LINE.
broadcast_text_message
Broadcast a simple text message via LINE to all users who have followed your LINE Official Account.
broadcast_flex_message
Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.
get_profile
Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
get_message_quota
Get the message quota and consumption of the LINE Official Account. This shows the monthly message limit and current usage.
get_rich_menu_list
Get the list of rich menus associated with your LINE Official Account.
delete_rich_menu
Delete a rich menu from your LINE Official Account.
set_rich_menu_default
Set a rich menu as the default rich menu.
cancel_rich_menu_default
Cancel the default rich menu.
create_rich_menu
Create a rich menu based on the given actions. Generate and upload an image. Set as default.
get_follower_ids
Get a list of user IDs of users who have added the LINE Official Account as a friend.
Configuration
Environment & auth
authnone
envDESTINATION_USER_ID
envCHANNEL_ACCESS_TOKEN
envYOUR_CHANNEL_ACCESS_TOKEN
envYOUR_DESTINATION_USER_ID
Resources
LINE Official Account — MCP Server · libregistry