time vs mcp-identity
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-identity by mustafabagdatli-git | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-identity · Summary
MCP server middleware for per-request cryptographic user attestation with signature verification.
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
mcp-identity · Use cases
- Financial operations where transaction authorization must be provable
- Data deletion actions requiring audit trails
- Autonomous agent actions taken on behalf of users
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"]
}
}
}mcp-identity · Install
pip install mcp-identityFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"identity": {
"command": "python",
"args": ["-m", "mcp_identity.server"]
}
}
}