$ timeahead.in
/ servers/npm/@line/line-bot-mcp-server
npm

@line/line-bot-mcp-server

MCP server for interacting with your LINE Official Account

598 stars2k/wkupdated 1d agogithub ↗
89good
▣ Overview
npmjs

What it does

Integrates the LINE Messaging API as an MCP server, enabling Claude and other AI agents to programmatically interact with LINE Official Accounts. Supports sending text or templated flex messages to individual users, broadcasting to all followers, retrieving user profiles and account statistics, and managing rich menus—interactive visual menu interfaces that appear in the LINE app.

Who it's for

Bot developers building customer support or engagement bots on LINE, customer service teams automating support responses through LINE Official Accounts, product managers integrating AI-powered notifications, and teams who want Claude to act as a backend service for their LINE bots.

Common use cases

  • Push personalized or templated messages to individual LINE users via text or rich flex layouts
  • Broadcast announcements and updates to all followers of a LINE Official Account at once
  • Retrieve user profiles (display name, picture URL, status message) to personalize bot responses
  • Create and manage rich menus to provide structured navigation and call-to-action buttons in LINE
  • Monitor message quota and follower counts to track account usage and reach

Setup pitfalls

  • Requires Node.js v22 or later; earlier versions are not supported
  • Channel Access Token must be protected as a secret and never committed to version control
  • Either specify userId per API call or set the DESTINATION_USER_ID environment variable as the default recipient
  • Rich menu creation auto-generates and uploads images; requires filesystem write access and stable internet connectivity to LINE's servers
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
68
13.5
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
88.5
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "lineline-bot": {
      "command": "npx",
      "args": [
        "-y",
        "@line/line-bot-mcp-server"
      ]
    }
  }
}
📈 Score historylast 37 snapshots
4/30/20266/17/2026 · 37 snapshots
⚙ Maintenance health
59/ 100 · is this project alive?
contributors (1y)11
top contributor share85%
releases (1y)5
last release17d ago
ci✓ passing
⛁ Raw data
weekly downloads2k
github stars598
forks108
open issues7
license✓ present
readme length8920 chars
last publish1d ago
last commit1d ago
last updated3d ago
install verified✗ fail · 25d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points