js vs time
Side-by-side comparison to help you pick between these two MCP servers.
js by mcp-auth | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 50 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
js · Summary
A Node.js SDK providing plug-and-play authentication for MCP servers using OAuth 2.1 and other RFC standards.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
js · Use cases
- Secure MCP servers by implementing OAuth 2.1 authentication without custom development
- Quickly integrate with existing MCP-compatible authentication providers
- Add authentication capabilities to Node.js-based MCP servers in minutes
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
js · Install
npm install mcp-authFor Claude Desktop integration, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-auth-example": {
"command": "node",
"args": ["path/to/your/server.js"]
}
}
}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"]
}
}
}