by line
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
# Add to your Claude Code skills
git clone https://github.com/line/line-bot-mcp-serverModel Context Protocol (MCP) server implementation that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

[!NOTE] This repository is provided as a preview version. While we offer it for experimental purposes, please be aware that it may not include complete functionality or comprehensive support.
userId (string?): The user ID to receive a message. Defaults to DESTINATION_USER_ID. Either userId or DESTINATION_USER_ID must be set.message.text (string): The plain text content to send to the user.userId (string?): The user ID to receive a message. Defaults to DESTINATION_USER_ID. Either userId or DESTINATION_USER_ID must be set.message.altText (string): Alternative text shown when flex message cannot be displayed.message.contents (any): The contents of the flex message. This is a JSON object that defines the layout and components of the message.message.contents.type (enum): Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles.message.text (string): The plain text content to send to the users.message.altText (string): Alternative text shown when flex message cannot be displayed.message.contents (any): The contents of the flex message. This is a JSON object that defines the layout and components of the message.message.contents.type (enum): Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles.userId (string?): The ID of the user whose profile you want to retrieve. Defaults to DESTINATION_USER_ID.