line-bot-mcp-server
This MCP server integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
The LINE Bot MCP Server allows developers to send messages to users via the LINE platform, utilizing both simple text and highly customizable flex messages. It provides functionalities to push messages directly to specific users or broadcast messages to all followers of a LINE Official Account. The server is designed for experimental use and may not yet include all features or full support.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"line-bot-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-line-bot-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions