Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 17/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 5725c221-58ff-5183-8470-763c000d8008
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados