time vs odoo-claude-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | odoo-claude-mcp by rosenvladimirov | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsE-commerceOps & Infra |
| Language | TypeScript | HTML |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
odoo-claude-mcp · Summary
Production-grade MCP server connecting Claude to Odoo 15-19 with 197+ tools, multi-tenant support, and Bulgaria localization.
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
odoo-claude-mcp · Use cases
- Odoo developers can perform live module development with Claude assisting directly on their running instance
- Business users can ask natural language queries about sales data and get real-time insights from Odoo records
- Platform operators can host multi-tenant environments with isolated MCP endpoints for each client
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"]
}
}
}odoo-claude-mcp · Install
Installation Options
**Option 1: Docker Compose (Recommended)**
git clone https://github.com/rosenvladimirov/odoo-claude-mcp.git
cd odoo-claude-mcp
# Configure
cp .env.example .env
nano .env # set ODOO_URL, DB, credentials, tokens
# Create the shared Cloudflare tunnel network (one-time per host)
docker network create cloudflare-net
# Start the stack
docker compose up -d
# Verify
docker compose ps
curl http://localhost:8084/health**Option 2: Quick installer script** **Linux / macOS:**
curl -fsSL https://raw.githubusercontent.com/rosenvladimirov/odoo-claude-mcp/2.0/install.sh | bash**Windows (PowerShell as Administrator):**
iwr -useb https://raw.githubusercontent.com/rosenvladimirov/odoo-claude-mcp/2.0/install.ps1 | iex**Connect to Claude Code:**
claude mcp add odoo-mcp \
--url https://your-domain.com/mcp \
--header "Authorization: Bearer YOUR_TOKEN"