MCP Catalogs
Home

time vs mcp-odoo

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
mcp-odoo
by tuanle96
Stars★ 85,748★ 316
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsOps & InfraProductivity
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-odoo · Summary

MCP Server for Odoo that provides 24 tools, prompts, and safe write workflows without Odoo-side setup.

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-odoo · Use cases

  • Integrating AI assistants with Odoo to query customer data and invoice status
  • Automating Odoo data analysis and reporting without direct database access
  • Performing safe data operations through approval workflow in automation tools

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"]
    }
  }
}

mcp-odoo · Install

Install

The fastest path is using uvx, which fetches the package on demand:

uvx odoo-mcp --health

Or install into your environment:

pip install odoo-mcp
# or: pipx install odoo-mcp

For local development:

git clone https://github.com/tuanle96/mcp-odoo.git
cd mcp-odoo
uv sync --extra dev

Configure

Set connection values in the environment:

export ODOO_URL="https://your-odoo-instance.com"
export ODOO_DB="your-database"
export ODOO_USERNAME="your-user"
export ODOO_PASSWORD="your-password-or-api-key"
export ODOO_TRANSPORT="xmlrpc"

Run

Start the MCP server over stdio:

odoo-mcp

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "odoo": {
      "command": "odoo-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.