MCP Catalogs
Home

time vs odoo-mcp-pro

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

time
by modelcontextprotocol
odoo-mcp-pro
by pantalytics
Stars★ 85,748★ 38
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsE-commerce
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

odoo-mcp-pro · Summary

MCP server connecting AI tools to Odoo ERP for natural language data queries and management.

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-mcp-pro · Use cases

  • Find and analyze sales data using natural language queries
  • Create and update business records through AI assistants
  • Integrate AI tools with Odoo for automated data management workflows

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-mcp-pro · Install

Hosted (Recommended)

  1. Sign up at [pantalytics.com](https://pantalytics.com/en/apps/odoo-mcp-server)
  2. Enter your Odoo URL and API key
  3. Add the MCP server to your AI tool

Self-hosted

pip install "mcp-server-odoo @ git+https://github.com/pantalytics/odoo-mcp-pro.git"
ODOO_URL=https://mycompany.odoo.com ODOO_API_KEY=your_key python -m mcp_server_odoo

Claude Desktop Configuration

{
  "mcpServers": {
    "odoo": {
      "command": "python",
      "args": ["-m", "mcp_server_odoo"],
      "env": {
        "ODOO_URL": "https://mycompany.odoo.com",
        "ODOO_API_KEY": "your_api_key_here"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.