line-bot-mcp-server

line/line-bot-mcp-server
★ 527 stars TypeScript 🤖 AI/LLM Updated 1mo ago
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "line-bot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "line/line-bot-mcp-server"
      ]
    }
  }
}

README Excerpt

> [!NOTE] > This repository is provided as a preview version. While we offer it for experimental purposes, please be aware that it may not include complete functionality or comprehensive support. 1. **push_text_message** - Push a simple text message to a user via LINE. - **Inputs:** - `userId` (string?): The user ID to receive a message. Defaults to DESTINATION_USER_ID. Either `userId` or `DESTINATION_USER_ID` must be set.

Tools (12)

CHANNEL_ACCESS_TOKENDESTINATION_USER_IDcameracameraRollclipboarddatetimepickerlocationmessagepostbackrichmenuswitchuriuserId

Topics

linelinebotmcpmcp-server