Skip to content
Cursor

rocketchat mcp for Cursor

io.github.millerchou/rocketchat-mcp

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

client:Cursor transport:stdio runtime:pypi

Install rocketchat mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rocketchat-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rocketchat-mcp"
      ],
      "env": {
        "ROCKETCHAT_SERVER_URL": "<ROCKETCHAT_SERVER_URL>",
        "ROCKETCHAT_USER_ID": "<ROCKETCHAT_USER_ID>",
        "ROCKETCHAT_AUTH_TOKEN": "<ROCKETCHAT_AUTH_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rocketchat mcp in other clients