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.
Related MCP Servers
- AlicenseAqualityDmaintenanceNAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly.Last updated265024Apache 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 JapLast updated10MIT

lingtai-whatsappofficial
Alicense-qualityFmaintenanceMCP server for interacting with the official Meta WhatsApp Business Platform/Cloud API, enabling sending messages, managing contacts, templates, and handling webhook callbacks.Last updatedApache 2.0
LINE Bot MCP Serverofficial
AlicenseAqualityCmaintenanceMCP server that integrates the LINE Messaging API to enable AI agents to send messages and manage LINE Official Accounts.Last updated121,725740Apache 2.0
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
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