Back to Browse

Rocketchat MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio

About

MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

RocketChat workspace URL, e.g. https://chat.example.comOptional

Environment variable: ROCKETCHAT_SERVER_URL

RocketChat user IDRequired

Environment variable: ROCKETCHAT_USER_ID

RocketChat personal access tokenRequired

Environment variable: ROCKETCHAT_AUTH_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-millerchou-rocketchat-mcp": {
      "env": {
        "ROCKETCHAT_USER_ID": "your-rocketchat-user-id-here",
        "ROCKETCHAT_AUTH_TOKEN": "your-rocketchat-auth-token-here",
        "ROCKETCHAT_SERVER_URL": "your-rocketchat-server-url-here"
      },
      "args": [
        "rocketchat-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!