Faxbot vs time
Side-by-side comparison to help you pick between these two MCP servers.
Faxbot by DMontgomery40 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this month |
Faxbot · Summary
A self-hosted fax API with MCP support for AI assistant integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Faxbot · Use cases
- Integrate fax capabilities into AI-powered customer service systems
- Automate document transmission from AI agents in healthcare
- Add fax functionality to productivity AI assistants
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
Faxbot · Install
Installation
- Using Docker Compose:
docker compose up -d --build api
docker compose --profile mcp up -d --build faxbot-mcp
docker compose --profile mcp up -d --build faxbot-mcp-sse- Via MCP:
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"faxbot": {
"command": "node",
"args": ["/path/to/faxbot-mcp"]
}
}
}- Via SDK:
- Python:
pip install faxbot - Node.js:
npm install faxbot
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"]
}
}
}