line-bot-mcp-server
Verified Safeby line
Overview
Integrates AI agents with LINE Messaging API for automated communication and management of LINE Official Accounts.
Installation
npx @line/line-bot-mcp-serverEnvironment Variables
- CHANNEL_ACCESS_TOKEN
- DESTINATION_USER_ID
- PUPPETEER_EXECUTABLE_PATH
- SERVER_PATH
Security Notes
Sensitive API keys (CHANNEL_ACCESS_TOKEN) and user IDs (DESTINATION_USER_ID) are managed via environment variables, which is appropriate. The `create_rich_menu` tool uses Puppeteer, and the Docker setup explicitly includes `--no-sandbox`, which reduces isolation and could be a minor security concern in some contexts. Error responses may include stack traces or internal details which could potentially leak information.
Similar Servers
mac_messages_mcp
Enables AI assistants to interact with the macOS Messages app for reading, sending, and searching messages, including universal messaging capabilities with SMS/RCS fallback.
linear-streamable-mcp-server
This server allows Language Models (LLMs) to interact with Linear.app, managing issues, projects, teams, cycles, and comments through a streamable HTTP Model Context Protocol (MCP).
whatsapp-mcp-ts
Connects a personal WhatsApp account to an AI agent, enabling the agent to search messages and contacts, list chats, retrieve message history, and send messages via WhatsApp.
mcp
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).