MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
{
"mcpServers": {
"line-bot": {
"command": "npx",
"args": [
"-y",
"@line/line-bot-mcp-server"
]
}
}
}