line/line-bot-mcp-server
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
解決的問題
本專案提供 AI 代理與 LINE Messaging API 互動的方式,使其能夠傳送訊息、管理使用者資料,並處理 LINE 官方帳號的富選單。
運作方式
此專案以 Model Context Protocol (MCP) 伺服器的形式實作。透過將此伺服器整合至 AI 代理(例如 Claude Desktop 或 Cline),代理即可取得一組可在 LINE 平台上執行操作的工具,例如向使用者推送文字或 Flex 訊息、向所有追蹤者廣播訊息,以及管理富選單。
適用對象
希望將 AI 代理連接到 LINE 官方帳號,以在 LINE 通訊應用中自動化溝通與使用者互動的開發者。
主要特色
- 訊息工具:透過推送或廣播方式傳送簡單文字訊息或高度可自訂的 Flex 訊息。
- 使用者管理:取得使用者資料資訊與追蹤者 ID 清單。
- 富選單管理:建立、刪除與設定預設富選單,支援多種操作類型(例如,回傳、URI、相機、位置)。
- 帳戶監控:檢查 LINE 官方帳號的訊息配額與使用狀況。
相關
- 專案
- 專案
micro/muA comprehensive tool hub for AI agents providing over 100 integrations (news, mail, search, etc.) via a single MCP server, featuring accountless payment via USDC.
- 專案
- 專案
freee/freee-mcpfreee‑mcp is a TypeScript‑based MCP server and skill package that lets LLM agents (Claude, Codex, etc.) securely call freee’s accounting, HR, invoicing, and other business APIs. It provides OAuth 2.0 + PKCE auth, OpenAPI‑validated request handling, multi‑company switching, and ready‑to‑install plugins for major AI coding assistants.
- 專案
apify/mcpc一個通用的 CLI 客戶端,用於 Model Context Protocol (MCP),讓 AI 代理與開發者能透過 shell 命令與 MCP 伺服器互動。