nautex vs time
Side-by-side comparison to help you pick between these two MCP servers.
nautex by hmldns | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 79 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
nautex · Summary
MCP server for guiding coding agents through requirements to implementation using Nautex AI.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
nautex · Use cases
- Guiding AI coding agents through complex projects with detailed requirements
- Managing project implementation in small, testable steps
- Connecting product requirements directly to code implementation
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
nautex · Install
Quick Setup
The fastest way to set up is via the web app onboarding flow:
uvx nautex setup --token <TOKEN> --project <PROJECT_ID> --plan <PLAN_ID> --agent <AGENT>For Claude Desktop, add to mcp.json:
{
"mcpServers": {
"nautex": {
"command": "uvx",
"args": ["nautex", "mcp"]
}
}
}Interactive Setup
uvx nautex setuptime · 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"]
}
}
}