MCP server for connecting AI agents to LINE Official Accounts
Top 69.6% on sourcepulse
This repository provides an MCP server that integrates the LINE Messaging API, enabling AI agents to connect with LINE Official Accounts. It allows for sending text and highly customizable flex messages, broadcasting messages, and retrieving user profiles, targeting developers building AI-powered LINE bots.
How It Works
The server acts as a bridge between an AI agent and the LINE platform. It exposes methods to interact with the LINE Messaging API, such as push_text_message
, push_flex_message
, broadcast_text_message
, broadcast_flex_message
, and get_profile
. This approach simplifies the integration of AI logic with LINE's rich messaging capabilities, including dynamic content through flex messages.
Quick Start & Requirements
npm install && npm run build
(Node.js) or build a Docker image.CHANNEL_ACCESS_TOKEN
and optionally DESTINATION_USER_ID
as environment variables or arguments.Highlighted Details
Maintenance & Community
The project respects semantic versioning. Contribution guidelines are available in CONTRIBUTING
.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README. This may pose a restriction for commercial use or closed-source linking until clarified.
Limitations & Caveats
The repository is provided as a preview version for experimental purposes and may not include complete functionality or comprehensive support. The lack of a specified license is a significant caveat for adoption.
7 hours ago
Inactive