Back to directory
@line/line-bot-mcp-server

@line/line-bot-mcp-server

@line575

MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

messagingLINEbotcommunicationAI agentcontext

Installation & Configuration

{
  "mcpServers": {
    "line-bot": {
      "command": "npx",
      "args": [
        "@line/line-bot-mcp-server"
      ],
      "env": {
        "CHANNEL_ACCESS_TOKEN": "FILL_HERE",
        "DESTINATION_USER_ID": "FILL_HERE"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/4
Updated
2026/6/7