Connect LINE to Claude Code with an MCP server for DMs, group chats, media downloads, and image replies
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-line-channel": {
"command": "npx",
"args": [
"-y",
"coreyunfastened552/claude-line-channel"
]
}
}
}
Run in terminal:
claude mcp add claude-line-channel npx -y coreyunfastened552/claude-line-channel
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-line-channel": {
"command": "npx",
"args": [
"-y",
"coreyunfastened552/claude-line-channel"
]
}
}
}