mcp-auth vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-auth by famma-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 26 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this month |
mcp-auth · Summary
SDK for building OAuth-protected Remote MCP servers on Cloudflare Workers with pluggable auth adapters.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-auth · Use cases
- Protecting MCP servers that need user-specific access controls
- Adding OAuth authentication to MCP agents deployed on Cloudflare Workers
- Implementing custom authentication flows when identity providers lack OAuth 2.1 support
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-auth · Install
npm install @famma/mcp-authFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"auth-protected-mcp": {
"command": "npx",
"args": ["@famma/mcp-auth"],
"env": {
"SUPABASE_URL": "your-supabase-url",
"SUPABASE_ANON_KEY": "your-supabase-key",
"PROXY_TARGET_URL": "your-mcp-server-url"
}
}
}
}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"]
}
}
}