line-render-mcp
Provides tools for interacting with the LINE Messaging API, enabling sending text and Flex messages to users or groups, checking message quota, and retrieving group IDs received via webhook.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@line-render-mcpSend a LINE message to group C1234567890 saying 'Deploy completed'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LINE Webhook + Remote MCP for Render
This service has two public endpoints:
POST /callback— LINE Messaging API webhook, protected byLINE_CHANNEL_SECRET.GET, POST, DELETE /mcp— Streamable HTTP MCP endpoint, protected byMCP_API_KEYas a bearer token.
What it can do
Send LINE text messages to a User ID (
U...) or Group ID (C...).Send LINE Flex Messages.
Report message quota.
Receive a group webhook and expose Group IDs received since the service started.
Related MCP server: Python LINE MCP Server
Deploy to Render
Push this directory to a private GitHub repository. Do not commit
.env.In Render, select New > Blueprint, choose the repository, and create the service from
render.yaml.In the Render service's Environment tab, set:
CHANNEL_ACCESS_TOKENLINE_CHANNEL_SECRETDESTINATION_ID(optional)keep the generated
MCP_API_KEYprivate.
After the deploy succeeds, copy the public URL. It will look like
https://line-render-mcp.onrender.com.In LINE Developers Console > Messaging API:
set Webhook URL to
https://line-render-mcp.onrender.com/callback;click Verify;
turn on Use webhook;
enable Allow bot to join group chats if you need group delivery.
In a ChatGPT Business workspace, create a custom app with the endpoint:
https://line-render-mcp.onrender.com/mcpConfigure it to sendAuthorization: Bearer <MCP_API_KEY>and only enable the tools you want.
Local test
npm install
Copy-Item .env.example .env
# Fill the values in .env, then:
npm run devFor a webhook test, use a public HTTPS tunnel only during development. Use the Render URL in production.
Security notes
Never put the LINE access token or
MCP_API_KEYinto source code, an issue, or a public repository.Keep the Render repository private.
MCP_API_KEYgrants the ability to send LINE messages. Rotate it immediately if exposed.get_known_groupscurrently stores IDs in process memory only. Use a database before relying on it across redeploys or multiple service instances.
This server cannot be deployed
Maintenance
Related MCP Connectors
Let Claude or ChatGPT search, read and send your WhatsApp messages over MCP. OAuth sign-in.
MCP server for Sendbird — chat users, channels, members, and messages from your AI client.
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to send LINE messages, including text, stamps, Flex Messages, and check message quotas through the LINE Messaging API.1-
- FlicenseNot gradedqualityDmaintenanceEnables language models to read and analyze LINE Bot conversations through a standardized MCP interface. Supports text, sticker, and image messages with webhook event handling and message storage in JSON format.20-
- AlicenseAqualityDmaintenanceAI-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 Jap10MIT

LINE Bot MCP Serverofficial
AlicenseAqualityAmaintenanceMCP server that integrates the LINE Messaging API to enable AI agents to send messages and manage LINE Official Accounts.12691 npm781Apache 2.0