time vs hoot
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | hoot by Portkey-AI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 19 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hoot · Summary
Hoot is a testing tool for MCP servers that provides a Postman-like interface for testing tools, authentication, and exploring MCP servers.
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
hoot · Use cases
- Testing MCP servers before integration into applications
- Debugging tool calls and responses during development
- Sharing MCP server configurations via 'Try in Hoot' links
- Validating OAuth 2.1 compliance for MCP servers
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"]
}
}
}hoot · Install
Installation
**Try instantly (no install):** 👉 [hoot.run](https://hoot.run) — Opens in your browser, ready to test.
**Run locally:**
npx -y @portkey-ai/hootThis opens on localhost:8009 with zero configuration.
**For development from source:**
git clone https://github.com/Portkey-AI/hoot
cd hoot
npm install
npm run dev:fullFor Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hoot": {
"command": "npx",
"args": ["-y", "@portkey-ai/hoot"]
}
}
}