New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@aisar-labs/line-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aisar-labs/line-mcp

MCP server for LINE Messaging API — Thailand and SEA channel

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@aisar-labs/line-mcp

LINE Messaging API -- Thailand and SEA channel.

Install

npx @aisar-labs/line-mcp

Configuration

VariableRequiredDescription
LINE_CHANNEL_TOKENYesLINE channel access token

Tools

ToolDescription
push_messagePush message to user
reply_messageReply to message
get_profileGet user profile
create_rich_menuCreate rich menu
set_webhookSet 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

Keywords

mcp

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts