line-mcp.md

LINE MCP

from"line"
650

Integrates LINE Messaging API to connect AI Agent to LINE Official Account

Communication
LINEmessagingJapanbot
install.sh
# Clone the repository
$git clone https://github.com/line/line-bot-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve