Skip to main content
CommunicationTypeScript

line/line-bot-mcp-server

MCP Server for Integrating LINE Official Account

communicationofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/line/line-bot-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
line