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