line-mcp-server
Verified Safeby 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
python server.pyEnvironment 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
better-chatbot
An advanced open-source AI chatbot supporting multiple LLMs, extensive tools (web search, code execution, data visualization, MCP protocol), image generation, and workflow automation for individuals and teams.
line-bot-mcp-server
Integrates AI agents with LINE Messaging API for automated communication and management of LINE Official Accounts.
tiny-robot
A Vue 3 component library and AI interaction kit for building AI-powered frontend applications, providing UI components and a unified API interface to interact with various large AI models.
wechat-robot-mcp-server
This server acts as a Model Context Protocol (MCP) gateway, integrating various AI capabilities (image recognition, TTS, image/video generation, chat summarization, personality analysis) and WeChat-specific functions (song requests, emoji extraction, group management) for a WeChat robot.