time vs ask-user-questions-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ask-user-questions-mcp by paulp-o | |
|---|---|---|
| Stars | ★ 85,748 | ★ 108 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ask-user-questions-mcp · Summary
AUQ is an MCP server enabling AI agents to ask clarifying questions via a separate CLI interface for human-in-the-loop workflows.
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
ask-user-questions-mcp · Use cases
- Clarifying ambiguous requirements in AI-assisted coding projects
- Getting human approval before executing critical operations
- Parallel multi-agent workflows needing human input coordination
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"]
}
}
}ask-user-questions-mcp · Install
Install CLI Tool
Global Installation (Recommended)
**Bun (recommended)**
bun add -g auq-mcp-server**npm**
npm install -g auq-mcp-serverMCP Server Integration
**Claude Desktop** Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ask-user-questions": {
"command": "bunx",
"args": ["-y", "auq-mcp-server", "server"]
}
}
}**Claude Code**
claude mcp add --transport stdio ask-user-questions -- bunx -y auq-mcp-server server**Cursor** Use the provided MCP install link or manually configure in Cursor settings.