line/line-bot-mcp-server
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Overview
line/line-bot-mcp-server is a TypeScript MCP server licensed under Apache-2.0. MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account. Topics: mcp, mcp-server, line, linebot.
Ranked #212 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 14 contributors.
Actively maintained with commits in the last week.
Ecosystem
TypeScript Apache-2.0
mcpmcp-serverlinelinebot
Signal Breakdown
Stars 527
Freshness 3d ago
Issue Health 57%
Contributors 14
Dependents 0
Forks 89
Description Good
License Apache-2.0
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
[日本語版 READMEはこちら](README.ja.md)
# LINE Bot MCP Server
[Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) 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.
## Tools
1. **push_text_message**
- Push a simple text message to a user via LINE.
- **Inputs:**
- `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.
2. **push_flex_message**
- Push a highly customizable flex message to a user via LINE.
- **Inputs:**
- `userId` (string?): The user ID to receive a message. Defaults to DESTINATION_USER_ID. Either `userId` or `DESTINATION Read full README on GitHub →
Are you the maintainer? Claim this listing