LINE Bot MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
MCP server for Sendbird — chat users, channels, members, and messages from your AI client.
MCP server for Linear project management and issue tracking
WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server.
- LinkMCPOAuthio.linkmcp
Hosted MCP server for LinkedIn: 31 tools for profiles, search, messaging, posts, enrichment.
Related MCP Servers
- AlicenseAqualityAmaintenanceNAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly.3632 npm24Apache 2.0
- AlicenseAqualityDmaintenanceAI-powered MCP server for managing LINE Official Accounts. Send broadcasts, push messages, check analytics, manage rich menus — all through natural language via Claude, ChatGPT, or Cursor. 10 tools included: * Account info, friend count, message quota * Broadcast, push message, multicast * Delivery stats, user profiles, follower list * Rich menu management Supports 95M+ LINE users across Jap10MIT

LINE Bot MCP Serverofficial
AlicenseAqualityAmaintenanceMCP server that integrates the LINE Messaging API to enable AI agents to send messages and manage LINE Official Accounts.12608 npm780Apache 2.0- AlicenseCqualityDmaintenanceMCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol.2223MIT