Skip to content

Line Bot

Free

by MCP Community

MCP server for interacting with your LINE Official Account

v0.4.2Added Apr 12, 2026
linebotmcp
Works with:ClaudeGPTGeminiCopilot

Line Bot MCP Server

MCP server for interacting with your LINE Official Account

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @line/line-bot-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "line-bot": {
      "command": "npx",
      "args": ["-y", "@line/line-bot-mcp-server"]
    }
  }
}