Loading languages...
PY

py-mcp-line

@amornpan18

python mcp LINE

line
bot
messaging
fastapi
python

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

python server.py
Transport:
stdio
언어:
Python
생성됨:2/27/2025
업데이트됨:8/17/2025