MCP ConfigsMay 13, 2026·2 min read

LINE Bot MCP Server — Connect Agents to LINE OA

LINE Bot MCP Server connects agents to LINE Official Accounts for messaging, rich menus, and usage stats. Verified 577★; setup takes ~10–20 minutes.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 5725c221-58ff-5183-8470-763c000d8008 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

LINE Bot MCP Server connects agents to LINE Official Accounts for messaging, rich menus, and usage stats. Verified 577★; setup takes ~10–20 minutes.

Best for: Teams who want an agent to operate customer messaging flows inside LINE

Works with: Claude Desktop, Claude Code, Cline, Cursor, any MCP client that can run npx or Docker

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 577 stars · 104 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npx -y @line/line-bot-mcp-server.

Main

  • Use it when you need real operations: README lists tools for sending messages, managing rich menus, and querying plan/usage limits.

  • Start by wiring env vars (CHANNEL_ACCESS_TOKEN + optional DESTINATION_USER_ID) and test a single send-message tool before automating flows.

  • If you prefer isolation, README also documents a Docker-based installation and MCP configuration path.

Source-backed notes

  • README provides an npx-based MCP server config that runs @line/line-bot-mcp-server and reads env vars for credentials.
  • README includes a Docker setup flow (build image, then configure MCP client to run docker with args/env).
  • README documents tool coverage beyond messaging, including rich menu operations and usage/plan queries.

FAQ

  • Do I need a LINE Official Account?: Yes — README requires creating an OA and enabling the Messaging API.
  • Where do I find the access token?: README links the LINE docs for Channel Access Tokens (long-lived).
  • Can I run it with Docker instead of npx?: Yes — README includes a Docker installation path.
🙏

Source & Thanks

Source: https://github.com/line/line-bot-mcp-server > License: Apache-2.0 > GitHub stars: 577 · forks: 104

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets