Line Bot MCP

Line Bot MCP

line
GitHubnpm

About

MCP server implementation that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account. Enables sending messages, managing rich menus, retrieving user profiles, and more through LINE's Messaging API.

Features

  • Push messages: Send text or flex messages to specific users
  • Broadcast messages: Send messages to all followers of your LINE Official Account
  • User management: Get user profiles and follower IDs
  • Rich menus: Create, manage, and set default rich menus with custom actions
  • Account management: Check message quota and consumption

Tools

This server provides 12 tools for LINE Messaging API integration:

  • push_text_message / push_flex_message - Send messages to specific users
  • broadcast_text_message / broadcast_flex_message - Send messages to all followers
  • get_profile - Retrieve user profile information
  • get_follower_ids - Get list of follower user IDs
  • get_message_quota - Check monthly message limits and usage
  • get_rich_menu_list / create_rich_menu / delete_rich_menu - Manage rich menus
  • set_rich_menu_default / cancel_rich_menu_default - Control default rich menu

Prerequisites

You need a LINE Official Account with Messaging API enabled. Follow LINE's getting started guide to create an account and obtain your Channel Access Token.

This server runs through your single 1Server connection. No extra config required.

0Installs
583Stars

Categories

CommunicationAPIAutomation

Tags

Official