MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/line/line-bot-mcp-server
CommunicationOfficial
L

line/line-bot-mcp-server

MCP Server for Integrating LINE Official Account

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

MCP Server for Integrating LINE Official Account

Installation

npx @line/line-bot-mcp-server

Configuration

{
  "mcpServers": {
    "line-bot": {
      "command": "npx",
      "args": [
        "@line/line-bot-mcp-server"
      ],
      "env": {
        "NPM_CONFIG_IGNORE_SCRIPTS": "true",
        "CHANNEL_ACCESS_TOKEN": "FILL_HERE",
        "DESTINATION_USER_ID": "FILL_HERE"
      }
    }
  }
}

Capabilities

  • Send a text message to a specific user

    Ask the assistant to push a plain text message using `push_text_message`.

  • Broadcast a text message to all followers

    Send a text announcement to everyone who follows your account via `broadcast_text_message`.

  • Send a structured Flex Message

    Deliver a customizable layout (bubble or carousel) to a user with `push_flex_message`.

  • Look up a user’s LINE profile

    Retrieve display name, avatar, and status message with `get_profile`.

  • Check monthly message quota

    See how many messages you’ve used and your limit via `get_message_quota`.

  • Manage rich menus

    Create, list, set as default, or delete rich menus using `create_rich_menu`, `get_rich_menu_list`, `set_rich_menu_default`, and `delete_rich_menu`.

Tags

  • communication
  • chatbot
  • ai-agent
  • awesome-list

Related MCP servers

E

ElevenLabs

Official

The official ElevenLabs MCP server

1.5kCommunicationUpdated 8 days ago
R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026