Python LINE MCP Server
JSON →An MCP server for accessing and interacting with LINE Bot messages.
Install
pip install -r Tools · 2
- list_resources Lists available message types from the LINE Bot, returning resources with URIs in the format line://<message_type>/data including descriptions and MIME types.
- read_resource Reads messages of a specified type, accepting URIs in the format line://<message_type>/data, returning messages in JSON format with support for filtering by date, user, or content.
Environment variables
LINE_CHANNEL_SECRETLINE_ACCESS_TOKENSERVER_PORT
Links
★ 20 GitHub stars