time vs cursor-rust-tools
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | cursor-rust-tools by terhechte | |
|---|---|---|
| Stars | ★ 85,748 | ★ 83 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 12 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cursor-rust-tools · Summary
MCP server enabling Rust LLMs to access Rust Analyzer, Crate Docs, and Cargo commands in Cursor.
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
cursor-rust-tools · Use cases
- Enable AI coding assistants to provide accurate Rust type information and documentation in Cursor
- Allow AI agents to run cargo check and test commands for real-time validation
- Integrate up-to-date dependency documentation into AI coding workflows
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"]
}
}
}cursor-rust-tools · Install
Installation
cargo install --git https://github.com/terhechte/cursor-rust-toolsRun with UI
cursor-rust-toolsRun without UI
cursor-rust-tools --no-uiConfiguration
Create a ~/.cursor-rust-tools configuration file with TOML format:
[[projects]]
root = "/path/to/your/rust/project"
ignore_crates = []Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cursor-rust-tools": {
"command": "cursor-rust-tools",
"args": []
}
}
}Then configure your project with a .cursor/mcp.json file to enable the server for specific projects.