MCP Catalogs
Home

time vs rust-mcp-sdk

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
rust-mcp-sdk
by rust-mcp-stack
Stars★ 85,748★ 175
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsOps & Infra
LanguageTypeScriptRust
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

rust-mcp-sdk · Summary

High-performance Rust toolkit for building MCP servers and clients with latest protocol support.

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

rust-mcp-sdk · Use cases

  • Building high-performance MCP servers with Rust
  • Creating MCP clients with authentication capabilities
  • Implementing tools with custom business logic in Rust
  • Developing MCP servers with HTTP transport for web-based applications

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"]
    }
  }
}

rust-mcp-sdk · Install

Installation

Add to your Cargo.toml:

[dependencies]
rust-mcp-sdk = "0.9.0"

Claude Desktop Integration

Add to Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "rust-mcp": {
      "command": "cargo",
      "args": ["run", "--package", "your-server", "--bin", "your-server-name"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.