line/line-bot-mcp-server
MCP Server for Integrating LINE Official Account
Ads
Overview
MCP Server for Integrating LINE Official Account
Installation
npx @line/line-bot-mcp-server
Configuration
{
"mcpServers": {
"line-bot": {
"command": "npx",
"args": [
"@line/line-bot-mcp-server"
],
"env": {
"NPM_CONFIG_IGNORE_SCRIPTS": "true",
"CHANNEL_ACCESS_TOKEN": "FILL_HERE",
"DESTINATION_USER_ID": "FILL_HERE"
}
}
}
}Capabilities
- Send a text message to a specific user
Ask the assistant to push a plain text message using `push_text_message`.
- Broadcast a text message to all followers
Send a text announcement to everyone who follows your account via `broadcast_text_message`.
- Send a structured Flex Message
Deliver a customizable layout (bubble or carousel) to a user with `push_flex_message`.
- Look up a user’s LINE profile
Retrieve display name, avatar, and status message with `get_profile`.
- Check monthly message quota
See how many messages you’ve used and your limit via `get_message_quota`.
- Manage rich menus
Create, list, set as default, or delete rich menus using `create_rich_menu`, `get_rich_menu_list`, `set_rich_menu_default`, and `delete_rich_menu`.
Tags
- communication
- chatbot
- ai-agent
- awesome-list
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.