Integrates the LINE Messaging API with AI agents via the Model Context Protocol, supporting both stdio and SSE transport protocols. It allows agents to send messages, manage rich menus, and retrieve user profile information for LINE Official Accounts.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CHANNEL_ACCESS_TOKEN— (required) Channel Access Token. You can confirm this by following [this instructions](https://developers.line.biz/en/docs/basics/channel-access-token/#long-lived-channel-access-token).DESTINATION_USER_ID— user_id (string?): The user ID to receive a message. Defaults to . Either user_id or DESTINATION_USER_ID must be set.MCP_PORT— (optional) Port for SSE transport. Default: 3000MCP_TRANSPORT— (optional) Transport protocol to use. Options: stdio (default), sse[](https://m8ven.ai/mcp/acquo-line-bot-mcp-server-sse-wdbzq7)