- Rongcloud Server Mcp Python
Rongcloud Server Mcp Python
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.
Overview
📌 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_user | Register a new user via RongCloud and return the user's token |
get_user_info | Retrieve user information using RongCloud |
send_private_text_message | Sends private messages and returns generated message IDs mapped to each recipient user ID |
send_group_text_message | Sends group messages and returns generated message IDs mapped to each target group ID |
get_private_messages | Retrieves historical private messages between two users within a specified time range |
create_group | Creates a new group chat in RongCloud with specified members |
dismiss_group | Permanently deletes a group chat from RongCloud |
get_group_members | Retrieves the complete member list of an existing group chat in RongCloud |
join_group | Adds one or more users to a specified group chat via RongCloud |
quit_group | Removes one or more users from a RongCloud group chat |
get_current_time_millis | Get the current time in milliseconds since Unix epoch (January 1, 1970 UTC). |
⚙️ Configuration
🔧 Environment Variables
| Variable Name | Required | Default | Description |
|---|---|---|---|
RONGCLOUD_APP_KEY | ✅ Yes | - | RongCloud Application App Key |
RONGCLOUD_APP_SECRET | ✅ Yes | - | RongCloud Application App Secret |
RONGCLOUD_API_BASE | ❌ No | https://api-cn.ronghub.com | RongCloud API base URL |
RONGCLOUD_API_TIMEOUT | ❌ No | 10 | API request timeout (seconds) |
FASTMCP_LOG_LEVEL | ❌ No | WARNING | 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.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json
- macOS:
-
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"
}
}
}
}
Server Config
{
"mcpServers": {
"rcloud-server-mcp-python": {
"command": "uvx",
"args": [
"rongcloud-server-mcp-python"
],
"env": {
"RONGCLOUD_APP_KEY": "XXX",
"RONGCLOUD_APP_SECRET": "XXX",
"RONGCLOUD_API_BASE": "https://api.rong-api.com"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
rongcloudStar
-Language
-License
-Recommend Servers
View AllAmap Maps
@amap
高德地图官方 MCP Server
a year ago
Sigstore
@3089464667
a day ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
虎嗅嗅 Ai行业参谋
5 hours ago