MCP Catalogs
Home

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
Score7738
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis 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-identity

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "identity": {
      "command": "python",
      "args": ["-m", "mcp_identity.server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.