time vs grok-faf-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | grok-faf-mcp by Wolfe-Jam | |
|---|---|---|
| Stars | ★ 85,748 | ★ 16 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
grok-faf-mcp · Summary
Persistent project context for xAI Grok using IANA-registered .faf format with URL-based MCP server.
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
grok-faf-mcp · Use cases
- Persistent project context for Grok development sessions
- Zero-configuration MCP deployment via URL
- Project initialization and context scoring
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"]
}
}
}grok-faf-mcp · Install
Installation
Option 1: Hosted (Instant)
Use the pre-deployed server:
https://grok-faf-mcp.vercel.app/sseOption 2: Self-Deploy (Vercel)
Click the Deploy with Vercel button in the README or deploy directly:
vercel github.com/Wolfe-Jam/grok-faf-mcpOption 3: Local Execution
npx grok-faf-mcpIntegration with Claude Desktop
Add to your Claude Desktop config.json:
{
"mcpServers": {
"grok-faf": {
"command": "npx",
"args": ["-y", "grok-faf-mcp"]
}
}
}