Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rocket.Chat

БесплатноНе проверен

Integrates with RocketChat instances to enable team communication through channel management, message sending and retrieval, user information access, and automa

GitHubEmbed

Описание

Integrates with RocketChat instances to enable team communication through channel management, message sending and retrieval, user information access, and automated notifications for collaborative workflows.

README

Follow these steps to set up and configure MCP Rocket.Chat on your local machine.

1. Clone the Repository

git clone [email protected]:elieworkspace/mcp-rocketchat.git
cd mcp-rocketchat

2. Start Rocket.Chat with Docker

docker compose up -d

Access Rocket.Chat at http://localhost:3000.

3. Initial Configuration

4. Set Up Python Environment

uv venv
.venv\Scripts\activate
uv add mcp[cli] httpx

5. Client Configuration Example

Add the following configuration to your client, replacing -username- and -password- with your credentials:

{
    "mcpServers": {
        "mcp-rocketchat": {
            "command": "uv",
            "args": [
                "--directory",
                "C:/Users/-username-/Desktop/mcp-rocketchat",
                "run",
                "rocketchat.py",
                "--server-url", "http://localhost:3000",
                "--username", "-username-",
                "--password", "-password-"
            ]
        }
    }
}

Tip:
Make sure Docker and Python are installed on your system before starting.

For more details, refer to the Rocket.Chat documentation.

from github.com/elieworkspace/rocketchat-mcp

Установка Rocket.Chat

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/elieworkspace/rocketchat-mcp

FAQ

Rocket.Chat MCP бесплатный?

Да, Rocket.Chat MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rocket.Chat?

Нет, Rocket.Chat работает без API-ключей и переменных окружения.

Rocket.Chat — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rocket.Chat в Claude Desktop, Claude Code или Cursor?

Открой Rocket.Chat на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rocket.Chat with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication