MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
{
"mcpServers": {
"line-bot": {
"env": {
"DESTINATION_USER_ID": "FILL_HERE",
"CHANNEL_ACCESS_TOKEN": "FILL_HERE",
"NPM_CONFIG_IGNORE_SCRIPTS": "true"
},
"args": [
"@line/line-bot-mcp-server"
],
"command": "npx"
}
}
}MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 0 days ago. 554 stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
12 tools. ~900 tokens (0.4% of 200K).
No automated test available for this server. Check the GitHub README for setup instructions.
push_text_messagePush a simple text message to a user via LINE.
push_flex_messagePush a highly customizable flex message to a user via LINE.
broadcast_text_messageBroadcast a simple text message via LINE to all users who have followed your LINE Official Account.
broadcast_flex_messageBroadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.
get_profileGet detailed profile information of a LINE user including display name, profile picture URL, status message and language.
get_message_quotaGet the message quota and consumption of the LINE Official Account. This shows the monthly message limit and current usage.
get_rich_menu_listGet the list of rich menus associated with your LINE Official Account.
delete_rich_menuDelete a rich menu from your LINE Official Account.
set_rich_menu_defaultSet a rich menu as the default rich menu.
cancel_rich_menu_defaultCancel the default rich menu.
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 4h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.