rec-us-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
rec-us-mcp-server by elizabethsiegle | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 10 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationProductivityWeb Scraping | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
rec-us-mcp-server · Summary
MCP server for San Francisco tennis court booking with authentication via browser automation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rec-us-mcp-server · Use cases
- Automating tennis court reservations in San Francisco
- Integrating booking capabilities into AI assistants like Claude
- Creating personalized booking systems for specific users
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
rec-us-mcp-server · Install
Installation
- Deploy to Cloudflare Workers:
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)
- Or clone and deploy locally:
npm create cloudflare@latest -- tennis-booking-mcp --template=cloudflare/ai/demos/remote-mcp-authless- Set required environment variables:
REC_EMAIL=your-sf-rec-email@example.com
REC_PASSWORD=your-sf-rec-password- Configure wrangler.jsonc:
"ai": {
"binding": "AI"
},
"browser": {
"binding": "MYBROWSER"
},Connect to Claude Desktop
Install the [mcp-remote proxy](https://www.npmjs.com/package/mcp-remote) and update Claude Desktop's config:
{
"mcpServers": {
"tennis-booking": {
"command": "npx",
"args": [
"mcp-remote",
"https://tennis-booking.<your-account>.workers.dev/sse"
]
}
}
}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"]
}
}
}