Open-source LINE MCP alternatives

LINE's official server publishes its source, so you can already read how it pushes messages, broadcasts, and manages rich menus for a LINE Official Account. The reason to compare against the open-source servers below is usually that your audience or chat platform is different, and you want code you can audit before an agent starts sending on your behalf.

Each option here ships its source publicly. You can read which API calls it makes, pin a version, and patch behaviour yourself, which matters when an agent can post to channels or message contacts.

The 8 best open-source alternatives

  1. TelegramCommunity1,200

    Built on Telethon and fully open source, this server reads chats, manages groups and contacts, and sends or modifies messages and media. Reading the repo shows exactly what an agent can do in a Telegram account before you grant it.

    Set up Telegram
  2. MatrixCommunity46

    Open source and aimed at Matrix homeservers, it reads rooms and messages, sends chats, and manages rooms over OAuth. Federated chat where the implementation is open to inspect.

    Set up Matrix
  3. MattermostCommunity30

    An open-source server for Mattermost covering channels, messages, threads, reactions, users, teams, and files. Suited to self-run team chat, with source you can vet.

    Set up Mattermost
  4. Rocket.ChatCommunity1

    Rocket.Chat's community server is open source and reads and posts messages while managing threads, DMs, files, reactions, and pins. The code is there to confirm its reach across team chat.

    Set up Rocket.Chat
  5. TwilioOfficial

    Exposes SMS, voice, Verify, Lookup, and 1,400+ API endpoints as tools, with the source published. Auditing it matters precisely because it can send real messages and place calls.

    Set up Twilio
  6. VonageOfficial

    Multichannel and open source, Vonage sends SMS, WhatsApp, RCS, and voice, manages numbers, and pulls reports. The repo lets you check which channels and endpoints an agent can touch.

    Set up Vonage
  7. Discord MCPCommunity

    This open-source community server runs a Discord bot across messages, channels, forums, roles, and webhooks. Reading the source before wiring in bot permissions is straightforward.

    Set up Discord MCP
  8. NotionOfficial4,374

    Notion's server is open source but aimed at a workspace, not messaging: search, read, and write pages and databases. Include it only if the LINE messages you sent were really pushing content into docs.

    Set up Notion

How to choose

Every pick here publishes its code, so the choice is about platform and reach, not whether you can audit it. Telegram and Discord are the closest open swaps for consumer messaging, Matrix for federated chat, and Mattermost or Rocket.Chat for self-run team chat. Twilio and Vonage cover phone channels when LINE's app reach is not enough. Read the repo before you hand any of them write or send access.

FAQ

Is the LINE MCP server open source?
Yes. LINE publishes its source, so you can read how it pushes and broadcasts messages and manages rich menus for an Official Account. The alternatives on this page are open source too, which lets you compare implementations.
Why pick an open-source messaging MCP server?
You can read exactly which send and read calls the server is able to make, pin or patch the version you run, and keep credentials on infrastructure you control. That matters most for tools that can post to channels or message real contacts.
← Back to the LINE MCP server