Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Rocket.Chat

FreeNot checked

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

GitHubEmbed

About

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

Installing Rocket.Chat

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/elieworkspace/rocketchat-mcp

FAQ

Is Rocket.Chat MCP free?

Yes, Rocket.Chat MCP is free — one-click install via Unyly at no cost.

Does Rocket.Chat need an API key?

No, Rocket.Chat runs without API keys or environment variables.

Is Rocket.Chat hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Rocket.Chat in Claude Desktop, Claude Code or Cursor?

Open Rocket.Chat on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Rocket.Chat with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs