MCP Catalogs
Home

rust-docs-mcp-server vs time

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

rust-docs-mcp-server
by Govcraft
time
by modelcontextprotocol
Stars★ 276★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit6 mo agothis month

rust-docs-mcp-server · Summary

MCP server providing up-to-date Rust crate documentation via semantic search and LLM summarization.

time · Summary

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

rust-docs-mcp-server · Use cases

  • AI coding assistants getting up-to-date API documentation for Rust crates
  • Development teams ensuring their AI tools use current crate features and methods
  • Reducing manual documentation lookup for frequently updated Rust libraries

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-docs-mcp-server · Install

Installation

Pre-built Binary (Recommended)

  1. Download the appropriate binary from [GitHub Releases](https://github.com/Govcraft/rust-docs-mcp-server/releases)
  2. Extract the binary and place it in your PATH

From Source

git clone https://github.com/Govcraft/rust-docs-mcp-server.git
cd rust-docs-mcp-server
cargo build --release

Claude Desktop Configuration

{
  "mcpServers": {
    "rust-docs-serde": {
      "command": "/path/to/rustdocs_mcp_server",
      "args": ["serde@^1.0"]
    },
    "rust-docs-tokio": {
      "command": "rustdocs_mcp_server",
      "args": ["tokio"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.