@aisar-labs/line-mcp
v0.1.2
Published
MCP server for LINE Messaging API — Thailand and SEA channel
Maintainers
Readme
@aisar-labs/line-mcp
LINE Messaging API -- Thailand and SEA channel.
Install
npx @aisar-labs/line-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| LINE_CHANNEL_TOKEN | Yes | LINE channel access token |
Tools
| Tool | Description |
|------|-------------|
| push_message | Push message to user |
| reply_message | Reply to message |
| get_profile | Get user profile |
| create_rich_menu | Create rich menu |
| set_webhook | Set webhook URL |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"line": {
"command": "npx",
"args": ["-y", "@aisar-labs/line-mcp"],
"env": {
"LINE_CHANNEL_TOKEN": "your-channel-token"
}
}
}
}License
MIT
