No install? Use cloud.anythingmcp.com directly.
Sign in, install the LINE Messaging API in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → LINE Messaging API, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
LINE Messaging API
Send push, reply and broadcast messages from a LINE Official Account — LINE is the dominant chat platform in Japan, Taiwan and Thailand. Free tier of 500 push messages per month, unlimited reply messages, channel access tokens require no KYC.
Setup
Creating a channel: log in to https://developers.line.biz/console → create a Provider → 'Create a new channel' → 'Messaging API'. Set up the LINE Official Account (auto-created with the channel), then under the channel's 'Messaging API' tab, scroll to 'Channel access token' → 'Issue' a long-lived token. Paste it as LINE_CHANNEL_ACCESS_TOKEN.
Authentication: Bearer Token (the channel access token). Note: this token belongs to the channel, not to a user — anyone with the token can post as that Official Account, so keep it secret.
…(continued in the in-app connector instructions)
Prerequisiti: LINE_CHANNEL_ACCESS_TOKEN
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli LINE Messaging API e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| Tool | What it does |
|---|---|
line_push_message | Send a push message to a specific userId, groupId, or roomId |
line_reply_message | Reply to a webhook-received message using its replyToken |
line_get_profile | Get a user's display name, profile picture URL, status message and BCP-47 language tag |
line_broadcast_message | Broadcast a message to ALL friends of the Official Account |