Rongcloud Server Mcp Python
@rongcloud
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Rongcloud Server Mcp Python?
Rongcloud Server Mcp Python is an MCP server built on the FastMCP framework that integrates RongCloud instant messaging services. It provides tools for user management, message sending, group operations, and more, targeting developers who want to interact with RongCloud via the Model Context Protocol.
How to use Rongcloud Server Mcp Python?
Install and run the server using uvx with the package name rongcloud-server-mcp-python. Configuration is done via environment variables: RONGCLOUD_APP_KEY and RONGCLOUD_APP_SECRET are required; optionally set RONGCLOUD_API_BASE, RONGCLOUD_API_TIMEOUT, and FASTMCP_LOG_LEVEL. For Claude Desktop, add the MCP server entry in claude_desktop_config.json. Alternatively, clone the repository, set up a virtual environment, and run make dev for local development.
Key features of Rongcloud Server Mcp Python
- Register users and retrieve user tokens.
- Send private and group text messages.
- Retrieve historical private messages within a time range.
- Create, dismiss, and manage group chats.
- Add or remove users from groups.
- Get current time in milliseconds for debugging.
Use cases of Rongcloud Server Mcp Python
- Automate user registration and token provisioning via AI agents.
- Send targeted private or group messages from conversational interfaces.
- Manage group membership (create, dismiss, join, quit) programmatically.
- Query user information and message history for analytics or moderation.
FAQ from Rongcloud Server Mcp Python
What Python version is required?
Python 3.12 or newer is required.
What environment variables are mandatory?
RONGCLOUD_APP_KEY and RONGCLOUD_APP_SECRET must be set; RONGCLOUD_API_BASE and RONGCLOUD_API_TIMEOUT are optional with defaults.
Can I retrieve past private messages?
Yes, the get_private_messages tool retrieves historical private messages between two users within a specified time range.
How do I run the server locally for development?
Clone the repository, copy .env.example to .env with your credentials, then run make venv, make sync, make install, and make dev.
How is the server configured with Claude Desktop?
Add a JSON entry in claude_desktop_config.json with the command uvx, arguments ["rongcloud-server-mcp-python"], and the required environment variables.
「コミュニケーション」の他のコンテンツ
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
コメント