Back to Home
otsuboyumeto icon

line-mcp-server

Verified Safe

by otsuboyumeto

Overview

An MCP (Multi-Agent Communication Protocol) server for sending messages to LINE groups and personal chats, primarily for integration with an agent system like Manus.

Installation

Run Command
python server.py

Environment Variables

  • LINE_CHANNEL_ACCESS_TOKEN
  • LINE_GROUP_ID
  • LINE_PERSONAL_USER_ID
  • PORT

Security Notes

The server properly uses environment variables for sensitive information (LINE_CHANNEL_ACCESS_TOKEN, LINE_GROUP_ID, PERSONAL_USER_ID), which is a good practice. There are no clear 'eval' calls, code injection points, or hardcoded secrets found. Input validation is present for required message parameters. The logging of webhook bodies should be handled with care in production to avoid exposing sensitive user data, though it's standard for debugging.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2025-12-01

Tags

LINEMessagingMCPFastAPIPython