LINE Bot MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LINE Bot MCP Serversend 'Hello' to user U1234567890"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LINE Bot MCP Server
MCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more through 25 tools.
Quick Start
Claude Desktop / Cursor
{
"mcpServers": {
"line-bot": {
"command": "npx",
"args": ["-y", "@node2flow/line-bot-mcp"],
"env": {
"LINE_CHANNEL_ACCESS_TOKEN": "your_channel_access_token"
}
}
}
}HTTP Mode
LINE_CHANNEL_ACCESS_TOKEN=your_token npx @node2flow/line-bot-mcp --http
# MCP endpoint: http://localhost:3000/mcpCloudflare Worker
POST https://line-bot-mcp.node2flow.net/mcp?LINE_CHANNEL_ACCESS_TOKEN=your_tokenRelated MCP server: LineWhiz
Configuration
Variable | Required | Description |
| Yes | Channel Access Token from LINE Developers Console |
Getting a Channel Access Token
Go to LINE Developers Console
Create a provider and a Messaging API channel
In channel settings, issue a Channel Access Token (long-lived)
Tools (25)
Message Tools (5)
Tool | Description |
| Send a push message to a user, group, or room |
| Reply to a webhook event using a reply token |
| Send to multiple users (max 500) |
| Send to all followers |
| Validate message format before sending |
User & Bot Info (4)
Tool | Description |
| Get a user's profile (name, picture, status) |
| List follower user IDs (paginated) |
| Get bot info (ID, name, chat mode) |
| Show loading animation in chat |
Group Chat (4)
Tool | Description |
| Get group name and picture |
| Get member count |
| List member user IDs (paginated) |
| Get a member's profile in group |
Rich Menu (6)
Tool | Description |
| Create a new rich menu |
| List all rich menus |
| Get rich menu details by ID |
| Delete a rich menu |
| Set default rich menu for all users |
| Link rich menu to specific user |
Quota & Insights (3)
Tool | Description |
| Get monthly message quota |
| Get messages sent this month |
| Get follower statistics by date |
Webhook (3)
Tool | Description |
| Set webhook endpoint URL |
| Get current webhook URL and status |
| Test webhook connectivity |
Docker
docker compose up -d
# Endpoint: http://localhost:3023/mcpLicense
MIT License - see LICENSE
Copyright (c) 2026 Node2Flow
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/node2flow-th/line-bot-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server