RongCloud MCP Server
OfficialClick 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., "@RongCloud MCP ServerRegister user Alice and get her token."
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.
Ronngcloud MCP Server
π δΈζη README
π Project Overview
rongcloud-server-mcp-python is an MCP server built on the FastMCP framework, integrating RongCloud instant messaging services. It supports user management, message sending, group operations, and more.
β¨ Tools
Tool | Description |
| Register a new user via RongCloud and return the user's token |
| Retrieve user information using RongCloud |
| Sends private messages and returns generated message IDs mapped to each recipient user ID |
| Sends group messages and returns generated message IDs mapped to each target group ID |
| Retrieves historical private messages between two users within a specified time range |
| Creates a new group chat in RongCloud with specified members |
| Permanently deletes a group chat from RongCloud |
| Retrieves the complete member list of an existing group chat in RongCloud |
| Adds one or more users to a specified group chat via RongCloud |
| Removes one or more users from a RongCloud group chat |
| Get the current time in milliseconds since Unix epoch (January 1, 1970 UTC). |
βοΈ Configuration
π§ Environment Variables
Variable Name | Required | Default | Description |
| β Yes | - | RongCloud Application App Key |
| β Yes | - | RongCloud Application App Secret |
| β No |
| RongCloud API base URL |
| β No |
| API request timeout (seconds) |
| β No |
| Log level (e.g., DEBUG, INFO) |
π§ͺ Example Configuration
RONGCLOUD_APP_KEY=your_app_key
RONGCLOUD_APP_SECRET=your_app_secret
RONGCLOUD_API_BASE=https://api-cn.ronghub.com
RONGCLOUD_API_TIMEOUT=10
FASTMCP_LOG_LEVEL=WARNINGπ» Claude Desktop Configuration
Config file paths:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
Example configuration:
{
"mcpServers": {
"rongcloud-server-mcp": {
"command": "uvx",
"args": [
"rongcloud-server-mcp-python"
],
"env": {
"RONGCLOUD_APP_KEY": "your_app_key",
"RONGCLOUD_APP_SECRET": "your_app_secret",
"RONGCLOUD_API_BASE": "https://api-cn.ronghub.com",
"RONGCLOUD_API_TIMEOUT": "10"
}
}
}
}π§βπ» Development Guide
π Quick Start
Clone the repository and enter the project directory:
git clone https://github.com/your-username/rcloud-server-mcp-python.git cd rcloud-server-mcp-pythonCopy example environment file and edit variables:
cp .env.example .envEdit
.envfile to set:RONGCLOUD_APP_KEY=your_app_key RONGCLOUD_APP_SECRET=your_app_secret RONGCLOUD_API_BASE=https://api-cn.ronghub.com FASTMCP_LOG_LEVEL=INFOCreate virtual environment, install dependencies, and start development server:
make venv make sync make install make dev
π‘ Run
make helpto see all available commands.
β Running Tests
make test # Run all tests
make lint # Check code style and quality
make fix # Auto-fix formatting issuesπ€ Contribution Guide
Contributions are welcome! Please follow these steps:
Fork the repository
Create a feature branch:
git checkout -b feature/YourFeatureCommit your changes:
git commit -m 'Add YourFeature'Push the branch:
git push origin feature/YourFeatureOpen a Pull Request
Please ensure the following before submitting:
No errors with
make lintAll tests pass with
make testCode is properly formatted with
make format
π License
This project is licensed under the MIT License.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rongcloud/rongcloud-server-mcp-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server