MCP Catalogs
Home

time vs rust-mcp-schema

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

time
by modelcontextprotocol
rust-mcp-schema
by rust-mcp-stack
Stars★ 85,748★ 75
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM Tools
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-schema · Summary

Type-safe Rust implementation of MCP protocol schemas, automatically generated from official specifications.

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-schema · Use cases

  • Building MCP servers in Rust with type safety
  • Creating MCP clients that interact with various LLM applications
  • Developing AI-powered tools that integrate with external data sources via MCP

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-schema · Install

Add to your Cargo.toml:

rust-mcp-schema = "0.10.0"

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "rust-mcp": {
      "command": "path-to-your-binary",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.