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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → LINE Messaging API klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
LINE Messaging API + Claude
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.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
LINE_CHANNEL_ACCESS_TOKEN
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
LINE Messaging API - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| 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 |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.