MCP server for LINE Messaging API — send messages, manage groups, rich menus, webhooks, and more. ## Features - Push, reply, multicast, and broadcast messages - User profiles, follower lists, and bot info - Group chat management (summary, members, profiles) - Rich menu CRUD, default setting, and per-user linking - Message quota monitoring and follower insights - Webhook URL configuration and connectivity testing ## 25 Tools **Messages**: push, reply, multicast, broadcast, validate **User & Bot**: get profile, get follower IDs, get bot info, display loading **Group Chat**: get summary, get members count, get member IDs, get member profile **Rich Menu**: create, list, get, delete, set default, link to user **Quota & Insights**: get quota, get consumption, get followers count **Webhook**: set URL, get info, test endpoint ## Configuration - LINE_CHANNEL_ACCESS_TOKEN — Channel Access Token from LINE Developers Console (Messaging API channel settings)
How to connect
https://server.smithery.ai/node2flow/line-bot/mcp
curl -X POST https://server.smithery.ai/node2flow/line-bot/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'