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 | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsE-commerce |
| Language | TypeScript | Python |
| Last commit | this month | this 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)
- Sign up at [pantalytics.com](https://pantalytics.com/en/apps/odoo-mcp-server)
- Enter your Odoo URL and API key
- 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_odooClaude 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"
}
}
}
}