time vs rust-docs-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | rust-docs-mcp by snowmead | |
|---|---|---|
| Stars | ★ 85,748 | ★ 124 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsWeb Scraping |
| Language | TypeScript | Rust |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rust-docs-mcp · Summary
A comprehensive MCP server providing Rust crate documentation, source code analysis, dependency trees, and module structure for AI agents.
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 · Use cases
- AI agents exploring and understanding new Rust crates for development
- Building Rust applications with AI assistance by providing real-time API documentation
- Analyzing dependency relationships and module structures of Rust 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"]
}
}
}rust-docs-mcp · Install
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/snowmead/rust-docs-mcp/main/install.sh | bashCargo Install
cargo install rust-docs-mcpMCP Configuration
Add to your MCP configuration:
{
"rust-docs": {
"command": "/path/to/rust-docs-mcp",
"transport": "stdio"
}
}