MCP Directory
Back

line-bot-mcp-server

by line · TypeScript · ★ 576

MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.

#line#linebot#mcp#mcp-server

Install

npx -y github:line/line-bot-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "line-bot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:line/line-bot-mcp-server"
      ]
    }
  }
}

From the README

[日本語版 READMEはこちら](README.ja.md) [](https://www.npmjs.com/package/@line/line-bot-mcp-server) [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) server implementation that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account. > [!NOTE] > This repository is provided as a preview version. While we offer it for experimental purposes, please be aware that it may not include complete functionality or comprehensive support. 1. **push_text_message** - Push a simple text message to a user via LINE. - **Inputs:** - (string?): The user…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers