Linewhiz

by Kinzen-dev

123 downloads
Not rated
GitHub

About

AI-powered MCP server for managing LINE Official Accounts. Send broadcasts, push messages, check analytics, manage rich menus — all through natural language via Claude, ChatGPT, or Cursor.

Details

Author
Kinzen-dev
Downloads
123
Categories
AI

- Retrieve account info, friend count, and message quota
- Send broadcasts, push messages, and multicast
- View delivery statistics
- Look up user profiles and follower lists
- Manage LINE rich menus

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Linewhiz
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Linewhiz is used by issuing natural language commands inside compatible AI assistants (Claude, ChatGPT, or Cursor). The server exposes 10 tools for account management.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "linewhiz": {
            "linewhiz": {
                "command": "uvx",
                "args": [
                    "linewhiz"
                ],
                "env": {
                    "LINE_CHANNEL_ACCESS_TOKEN": "<YOUR_TOKEN>",
                    "LINE_CHANNEL_SECRET": "<YOUR_SECRET>"
                }
            }
        }
    }
}

McpServers

{
    "linewhiz": {
        "command": "uvx",
        "args": [
            "linewhiz"
        ],
        "env": {
            "LINE_CHANNEL_ACCESS_TOKEN": "<YOUR_TOKEN>",
            "LINE_CHANNEL_SECRET": "<YOUR_SECRET>"
        }
    }
}

AI-powered MCP server for managing LINE Official Accounts. Send broadcasts, push messages, check analytics, manage rich menus — all through natural language via Claude, ChatGPT, or Cursor.

10 tools included:
- Account info, friend count, message quota
- Broadcast, push message, multicast
- Delivery stats, user profiles, follower list
- Rich menu management

Supports 95M+ LINE users across Japan, Thailand, and Taiwan.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.