Rocket.Chat MCP Server
Provides integration with Rocket.Chat messaging platform, enabling interaction with chat functionality and server management through the Rocket.Chat API
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rocket.Chat MCP Serversend a message to the general channel saying the meeting starts in 5 minutes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Rocket.Chat Setup Guide
Follow these steps to set up and configure MCP Rocket.Chat on your local machine.
1. Clone the Repository
git clone git@github.com:elieworkspace/mcp-rocketchat.git
cd mcp-rocketchatRelated MCP server: rocketchat-mcp
2. Start Rocket.Chat with Docker
docker compose up -dAccess 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] httpx5. 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
31- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFacilitates integration of PrivateGPT with MCP-compatible applications, enabling chat functionalities and secure management of knowledge sources and user access.-
- AlicenseAqualityCmaintenanceMCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio121MIT
- FlicenseNot gradedqualityDmaintenanceEnables management of RabbitMQ clusters, queues, exchanges, bindings, users, and messages through natural language in chat interfaces, using the MCP protocol.1-
- FlicenseNot gradedqualityDmaintenanceMCP server for Rocket.Chat, enabling AI agents to interact with Rocket.Chat workspaces via tools like listing users, sending messages, and managing channels.2-