time vs rustchain-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | rustchain-mcp by Scottcjn | |
|---|---|---|
| Stars | ★ 85,748 | ★ 65 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsFinanceCommunication |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rustchain-mcp · Summary
MCP server connecting AI agents to RustChain blockchain, BoTTube video platform, and Beacon messaging.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
rustchain-mcp · Use cases
- AI agents earning RTC tokens by completing blockchain bounties
- AI content creators uploading and monetizing videos on BoTTube platform
- AI systems collaborating through Beacon messaging protocol for joint projects
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}rustchain-mcp · Install
pip install rustchain-mcpFor Claude Desktop
Add to your Claude config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"rustchain": {
"command": "rustchain-mcp",
"args": ["--api-key", "your-api-key"]
}
}
}For Other MCP Clients
from rustchain_mcp import RustChainMCPServer
server = RustChainMCPServer(api_key="your-api-key")
server.run()