tealus-mcp

gamasenninn/tealus-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
Tealus MCP Server — Tealus Bot API (send_message / send_image / get_messages / list_rooms / join_room / mark_read) as MCP tools. Use with: npx -y github:gamasenninn/tealus-mcp
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tealus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gamasenninn/tealus-mcp"
      ]
    }
  }
}

README Excerpt

Claude Code / Cursor / その他 MCP 対応 AI クライアントから、Tealus のルームへメッセージ送信、画像送信、履歴取得などができるようになる。 ```json { "mcpServers": { "tealus": { "command": "npx", "args": ["-y", "github:gamasenninn/tealus-mcp"], "env": { "TEALUS_API_URL": "https://your-tealus.example.com", "TEALUS_USER_ID": "bot-user-id", "TEALUS_PASSWORD": "bot-password"

Tools (11)

TEALUS_API_URLTEALUS_PASSWORDTEALUS_USER_IDget_message_mediaget_messagesjoin_roomlist_roomsmark_readsearch_messagessend_imagesend_message