Open-source team chat via Rocket.Chat — send messages, manage channels, list rooms and users.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"rocketchat": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-rocketchat",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify rocket.chat credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Open-source team chat via Rocket.Chat — send messages, manage channels, list rooms and users.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-rocketchat
This MCP server gives AI agents access to Rocketchat via 8 tools. Connect it to any Aerostack workspace and your agents can interact with Rocketchat directly.
| Tool | Description |
|---|---|
get_me | Get current user info including id, name, username, email, and status. |
list_channels | List public channels in the Rocket.Chat server. |
get_channel | Get channel details by channel name. |
create_channel | Create a new public channel. |
send_message | Send a message to a channel or room. |
list_messages | List recent messages in a channel by room ID. |
get_room_info | Get room details by room ID. |
list_users | List users in the Rocket.Chat server. |
| Variable | Required | Description |
|---|---|---|
ROCKETCHAT_URL | Yes | See provider documentation |
ROCKETCHAT_AUTH_TOKEN | Yes | Personal access token or service token from the provider |
ROCKETCHAT_USER_ID | Yes | See provider documentation |
Add the following secrets under Project → Secrets:
ROCKETCHAT_URLROCKETCHAT_AUTH_TOKENROCKETCHAT_USER_IDOnce added, every AI agent in your workspace can use Rocketchat tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-rocketchat \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-ROCKETCHAT-URL: your-rocketchat-url' \
-H 'X-Mcp-Secret-ROCKETCHAT-AUTH-TOKEN: your-rocketchat-auth-token' \
-H 'X-Mcp-Secret-ROCKETCHAT-USER-ID: your-rocketchat-user-id' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_me","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-rocketchat
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Design creation, AI generation, editing, export, assets, brand kits, folders via Canva's official MCP
by @aerostack
Conversations, contacts, tickets, articles via Intercom's official MCP
by @aerostack
Call Claude models directly — run AI conversations, tool-use chains, batch jobs, and model comparisons from any agent.
by @aerostack
Deployments, projects, domains, env vars, logs via Vercel's official MCP
by @aerostack
Read, send, and search Gmail messages — manage labels, drafts, and attachments with full inbox control.
by @aerostack
Manage audiences, campaigns, and subscriber tags in Mailchimp — automate your email marketing with AI.
Yes. The Rocketchat MCP includes a create_channel tool that lets Claude create channels in your Rocketchat account from a plain-English prompt. You can also update and delete channels — no Rocketchat UI needed.
Yes. The Rocketchat MCP includes tools to list and retrieve channels from your Rocketchat account. Claude can filter, sort, and summarize channels based on your instructions.
Yes. The Rocketchat MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 8 Rocketchat tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Rocketchat MCP with encrypted credential storage and per-account authentication. Your Rocketchat credentials are never shared with Claude's conversation — they're used server-side only.