Addition of new MCP server implementation for LINE Bot integration
Server Details
Server: line
Motivation and Context
Implementation of MCP protocol support for LINE, Japan's leading messaging platform. This addition will facilitate LLM application development targeting the Japanese market and enable seamless integration with LINE's messaging ecosystem.
How Has This Been Tested?
The following End-to-End tests were conducted to verify all functionalities:
1. Profile Information Retrieval
Test Content: Profile information retrieval using user ID
Method: Using line_get_profile tool
Result: Successfully confirmed profile information retrieval
Prerequisites: None
2. Message Sending Functionality
Test Content: Message sending from LINE Bot to users
Method: Using line_send_message tool
Result: Successfully confirmed message delivery to specified users
Prerequisites:
LINE Channel Access Token configuration required
Configuration needed in claude_desktop_config.json:
Description
Addition of new MCP server implementation for LINE Bot integration
Server Details
Motivation and Context
Implementation of MCP protocol support for LINE, Japan's leading messaging platform. This addition will facilitate LLM application development targeting the Japanese market and enable seamless integration with LINE's messaging ecosystem.
How Has This Been Tested?
The following End-to-End tests were conducted to verify all functionalities:
1. Profile Information Retrieval
line_get_profile
tool2. Message Sending Functionality
line_send_message
toolclaude_desktop_config.json
:Breaking Changes
No breaking changes.
Types of changes
Checklist
Additional context