Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’¬ Communication
  3. Line Bot MCP Server
Line Bot MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:16:15 PM

Line Bot MCP Server

User RatingsBe the first to rate and review this MCP server!Ownership verifiedThe owner proved control of this listing via a GitHub README, site badge, or DNS TXT record.
View Repository775 GitHub StarsTotal stargazers on GitHub for the source repository (775 stars).Visit Website
linemessagingsocial-mediamcp

Connects an AI agent to LINE Messaging API for messaging, user profiles, quotas, followers, and rich-menu management.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "line-line-bot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (9) Directory Badge AlternativesšŸ’¬ More in Communication

Overview

The line/line-bot-mcp-server MCP server connects an AI agent to a LINE Official Account through the LINE Messaging API. It provides tools for sending text and Flex messages, broadcasting to followers, reading user profiles, checking quotas, listing followers, and managing rich menus. Run it with Node.js and npx or build and run its Docker image, using a LINE channel access token. Reach for it when an agent needs to communicate with LINE users or administer an account's rich-menu configuration.

Use cases

•Send text updates to a specific LINE user
•Broadcast Flex announcements to account followers
•Retrieve LINE follower IDs for targeted messaging
•Manage an account's default rich menu
•Check message quota before sending campaigns

Key features

•Push text and Flex messages
•Broadcast messages to followers
•Retrieve user profiles and follower IDs
•Inspect message quota and consumption
•Create and manage rich menus

Capabilities & Tool Schemas (9) ~81 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Line Bot MCP Server.

postback

For sending a postback action

message

For sending a text message

uri

For opening a URL

datetimepicker

For opening a date/time picker

camera

For opening the camera

cameraRoll

For opening the camera roll

How Line Bot MCP Server works

What line/line-bot-mcp-server MCP server does

The line/line-bot-mcp-server MCP server exposes LINE Messaging API operations as MCP tools for an AI agent. It supports direct text delivery and customizable Flex messages, both to an individual user and to all users who have followed a LINE Official Account. Individual message tools accept a user ID, while a configured default recipient can be used when the tool input omits one.

The server also reads account and user information. Agents can retrieve a user's display name, profile image URL, status message, and language; inspect the account's monthly message quota and current consumption; and page through follower IDs using a continuation token and optional result limit.

Rich-menu administration is included. Available operations cover listing menus, deleting a menu, assigning or removing the default menu, and creating a menu with one to six actions. Creation can generate and upload the menu image, set the new menu as default, and use actions such as postback, message, URI, date/time picker, camera, camera roll, location, rich-menu switching, and clipboard copy.

How it works

The MCP process authenticates against LINE with a channel access token. Its tools then make operations available to a connected agent such as Claude Desktop or Cline. Push and broadcast tools accept plain text or Flex message JSON; Flex containers can be a single bubble or a carousel of bubbles.

For direct messages, userId is optional only when DESTINATION_USER_ID has been configured. The follower-list operation returns user IDs in pages and provides a continuation value for retrieving the next page. Rich-menu tools use the menu ID returned by LINE or supplied by an earlier operation.

Setup and configuration

A LINE Official Account with the Messaging API enabled is required. The required environment variable is CHANNEL_ACCESS_TOKEN. Set DESTINATION_USER_ID to provide a default recipient; otherwise, every direct push request must include userId.

The documented npx setup uses the @line/line-bot-mcp-server package and requires Node.js 22 or later. The repository also documents a Docker workflow that builds the line/line-bot-mcp-server image after cloning the project. In the supplied agent example, NPM_CONFIG_IGNORE_SCRIPTS is set to true for the npx configuration.

For local development, the project can be cloned, installed with npm, built with npm run build, and tested through MCP Inspector. The Inspector example starts the built dist/index.js entry point with the LINE credentials supplied as environment variables.

Tools and capabilities

The line/line-bot-mcp-server MCP server includes these operations:

  • Push text or Flex messages to one user.
  • Broadcast text or Flex messages to all followers.
  • Retrieve a user's profile.
  • Check message quota and usage.
  • List, create, delete, set, or cancel a default rich menu.
  • Retrieve follower IDs with pagination.

Limitations and notes

The repository describes the project as a preview for experimental use and notes that functionality and support may be incomplete. The server requires an existing LINE Official Account and Messaging API configuration; it does not create that account. Flex message contents must be provided as JSON conforming to LINE's expected structure, and rich-menu creation accepts only one to six actions.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    šŸ’¬ Communication2 views
    Compare vs Telegram MCP →
  • Discord MCP logoDiscord MCP

    A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

    šŸ’¬ Communication3 views
    Compare vs Discord MCP →
  • Nostr MCP logoNostr MCP

    A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.

    šŸ’¬ Communication4 views
    Compare vs Nostr MCP →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

    šŸ’¬ Communication5 views
    Compare vs Telegram MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
775
Stargazers on the source repository.
npm downloads
4.3k
Package downloads in the last 30 days.
Last commit
7d ago
Most recent push to the default branch.
Tools exposed
9
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Line Bot MCP Server

Use Node.js 22 or later and run the npm package with npx. The server also supports a Docker workflow that builds the repository's image.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLine Bot MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/line-line-bot-mcp-server?style=directory)](https://allmcps.com/mcp/line-line-bot-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/line-line-bot-mcp-server"><img src="https://allmcps.com/api/badge/line-line-bot-mcp-server?style=directory" alt="Line Bot MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’¬Communication
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop, Cline / VS Code
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars775
GitHub Star CountTotal stargazers on GitHub representing community popularity (775 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
npm downloads4,253/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
79Quality signal: Great Ā· 79/100How this signal is calculated ā–¾
Server availability25/25
Verified ownership16/20
Documentation & tools25/30
Adoption & activity13/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· @modelcontextprotocol/inspector (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’¬ Communication →Best MCP servers for Slack & Communication →Alternatives to Line Bot MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code