Back to directory
amornpan/py-mcp-line

amornpan/py-mcp-line

@amornpan

Python MCP server implementation for LINE Bot message access and analysis

linemessagingchatbotmcp-serverpythonfastapibot-sdkconversationcontext

Installation & Configuration

{
  "mcpServers": {
    "line": {
      "command": "python",
      "args": [
        "server.py"
      ],
      "env": {
        "LINE_CHANNEL_SECRET": "your_channel_secret",
        "LINE_ACCESS_TOKEN": "your_access_token",
        "SERVER_PORT": "8000",
        "MESSAGES_FILE": "data/messages.json"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13