
LINE Bot MCP Server
Supports UIby line
Connect AI Agents to LINE Official Accounts via the LINE Messaging API for automated messaging and rich menu management.
What it does
This MCP server integrates the LINE Messaging API, allowing AI agents to interact directly with a LINE Official Account. It enables the agent to send text and flex messages, manage rich menus, and retrieve user profile information.
Tools
push_text_message: Send a simple text message to a specific user.push_flex_message: Send highly customizable flex messages with complex layouts.broadcast_text_message: Send a text message to all followers of the Official Account.broadcast_flex_message: Broadcast customizable flex messages to all followers.get_profile: Retrieve a user's display name, profile picture, and language.get_message_quota: Check monthly message limits and current consumption.create_rich_menu: Generate and upload rich menus with custom actions.set_rich_menu_default: Set a specific rich menu as the default for the account.get_follower_ids: Retrieve user IDs of users who have added the account.
Installation
{
"mcpServers": {
"line-bot": {
"command": "npx",
"args": [
"@line/line-bot-mcp-server"
],
"env": {
"NPM_CONFIG_IGNORE_SCRIPTS": "true",
"CHANNEL_ACCESS_TOKEN": "YOUR_TOKEN",
"DESTINATION_USER_ID": "YOUR_USER_ID"
}
}
}
}
Supported hosts
- Claude Desktop
- Cline
Quick install
npx @line/line-bot-mcp-serverInformation
- Pricing
- free
- Published





