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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
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.3614924Apache 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.12767773Apache 2.0- AlicenseCqualityCmaintenanceMCP 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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