Rocket.Chat
FreeNot checkedIntegrates with RocketChat instances to enable team communication through channel management, message sending and retrieval, user information access, and automa
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
- Save your admin username and password.
- Navigate to http://localhost:3000/admin/settings/Accounts#:rbb:
Disable 2FA and click Save.
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.
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-mcpFAQ
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
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
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
