mcp-client-gen vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-client-gen by kriasoft | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
mcp-client-gen · Summary
Tool to generate type-safe TypeScript clients for any MCP server with OAuth 2.1 support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-client-gen · Use cases
- Integrating MCP services into TypeScript applications with full type safety
- Rapidly prototyping MCP client implementations for new services
- Building applications that need to interact with multiple MCP servers consistently
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-client-gen · Install
# Install globally
npm install -g mcp-client-gen
# or
bun add -g mcp-client-gen
# Generate client from URL
npx mcp-client-gen https://mcp.notion.com/mcp -o notion.ts
# For Claude Desktop integration
# Add to claude_desktop_config.json:
"mcpServers": {
"mcpClientGen": {
"command": "npx",
"args": ["mcp-client-gen"]
}
}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"]
}
}
}