MCP Catalogs
Home

time vs prism-mcp-rs

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

time
by modelcontextprotocol
prism-mcp-rs
by prismworks-ai
Stars★ 85,748★ 44
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsOps & InfraAI / LLM Tools
LanguageTypeScriptRust
Last committhis monththis month

time · Summary

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

prism-mcp-rs · Summary

Enterprise-grade Rust implementation of MCP protocol with production controls and transport flexibility.

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

prism-mcp-rs · Use cases

  • Building high-performance MCP servers with Rust for enterprise applications
  • Creating MCP clients with resilience features for production environments
  • Developing extensible systems with hot-reloadable MCP plugins

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

prism-mcp-rs · Install

Add to Cargo.toml:

[dependencies]
prism-mcp-rs = "1"
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
async-trait = "0.1"

For Claude Desktop, add to config.json:

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