MCP Servers / communication / Python LINE MCP Server

Python LINE MCP Server

JSON →
none20communication

An MCP server for accessing and interacting with LINE Bot messages.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: python-line-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envLINE_CHANNEL_SECRET
envLINE_ACCESS_TOKEN
envSERVER_PORT
Resources
Python LINE MCP Server — MCP Server · libregistry