mcp-server-odoo vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-odoo by ivnvxd | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 282 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | E-commerceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-server-odoo · Summary
MCP server enabling AI assistants to securely interact with Odoo ERP systems for data retrieval and manipulation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-odoo · Use cases
- Automating data entry and retrieval between AI assistants and Odoo ERP systems
- Creating natural language interfaces for Odoo business operations
- Enabling AI assistants to analyze business data stored in Odoo
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-server-odoo · Install
Installation
Prerequisites
- Python 3.10 or higher
- Access to an Odoo instance
Install UV First
The MCP server runs on your local computer (where Claude Desktop is installed), not on your Odoo server. You need to install UV on your local machine.
Installing via MCP Settings (Recommended)
Add this configuration to your MCP settings:
{
"mcpServers": {
"odoo": {
"command": "uvx",
"args": ["mcp-server-odoo"],
"env": {
"ODOO_URL": "https://your-odoo-instance.com",
"ODOO_API_KEY": "your-api-key-here"
}
}
}
}For Claude Desktop, add to ~/Library/Application Support/Claude/claude_desktop_config.json
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"]
}
}
}