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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.121,252771Apache 2.0
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Linear MCP — wraps the Linear GraphQL API (OAuth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdasource/line-render-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server