mcp-server-kchat

Infomaniak/mcp-server-kchat
★ 1 stars JavaScript Communication Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-kchat": {
      "command": "npx",
      "args": [
        "-y",
        "Infomaniak/mcp-server-kchat"
      ]
    }
  }
}

README Excerpt

MCP Server for the kChat API. 1. `kchat_list_channels` - List public channels - Optional inputs: - `limit` (number, default: 100, max: 200): Maximum number of channels to return - `page` (number, default: 0): Pagination page - Returns: List of channels with their IDs and information 2. `kchat_post_message`

Tools (11)

KCHAT_TEAM_NAMEKCHAT_TOKENkchat_add_reactionkchat_get_channel_historykchat_get_thread_replieskchat_get_user_profilekchat_get_userskchat_list_channelskchat_post_messagekchat_reply_to_threadkchat_send_direct_message