MCP Server Odoo vs Time — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
MCP Server Odoo vs Time
In-depth architectural comparison of the MCP Server Odoo and Time MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
MCP Server Odoo
Other Tools and Integrations · Local stdio
Quality: 61/100 (Good) | Auth: API Key required
Time
Other Tools and Integrations · Local stdio
Quality: 88/100 (Excellent) | Auth: No auth required
Verdict Summary: Choose MCP Server Odoo if you need specialized Other Tools and Integrations tools running via a local process. Choose Time if your workspace requires Other Tools and Integrations integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose MCP Server Odoo when:
You need dedicated capabilities in the Other Tools and Integrations domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
You have access to required keys: ODOO_URL, ODOO_API_KEY, ODOO_DB, ODOO_YOLO, ODOO_MCP_ENABLE_METHOD_CALLS.
/🏠 - Connect AI assistants to Odoo ERP systems for business data access, record management, and workflow automation.
Time and timezone conversion capabilities.
Category & Scope
Tools & Capabilities Breakdown
MCP Server Odoo Tools (12)
search_records
Search for records in any Odoo model with filters.
get_record
Retrieve a specific record by ID.
get_fields
Describe a model's fields — type, label, required/readonly, relation target, and selection options. Use it to discover a model's schema before reading or writing records. Omit `attributes` for the curated default set (`type`, `string`, `required`, `readonly`, `relation`, `selection`); an explicit l…
get_current_context
Return the current session context: the connected user, their timezone, the active company plus any other allowed companies, and UTC datetime-handling guidance. Useful when unsure which user or company a request runs as, or how to interpret datetimes. Spec-compliant clients also receive this contex…
list_models
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
MCP Server Odoo is categorized under Other Tools and Integrations and uses a local stdio subprocess. In contrast, Time belongs to Other Tools and Integrations using local stdio subprocess. Select MCP Server Odoo when you need capabilities focused on other tools and integrations and Time when you require tools for other tools and integrations.
List available resource URI templates and their patterns.
create_record
Create a new record in Odoo.
update_record
Update an existing record.
delete_record
Delete a record from Odoo.
post_message
Post a message to a record's chatter (`mail.thread`). `subtype="note"` (default) is an internal log; `subtype="comment"` notifies followers. Set `body_is_html=true` for HTML markup. Optional `subject` sets a message subject line; optional `partner_ids` and `attachment_ids` reference existing partne…
aggregate_records
Server-side aggregation. Use this whenever the question is "totals/counts/groupings" rather than "list of records" — it pushes the work down to PostgreSQL instead of pulling raw rows. Dispatches to `formatted_read_group` on Odoo 19+ (the new dedicated method) and falls back to `read_group` with res…
call_model_method
Generic XML-RPC `execute_kw` escape hatch — invokes public **business** methods, for workflow actions not covered by CRUD (post invoice, confirm sale order, validate picking, etc.). Available **only** when both `ODOO_YOLO=true` (full YOLO) and `ODOO_MCP_ENABLE_METHOD_CALLS=true` are set; otherwise…
Time Tools (9)
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities in the knowledge graph. Relations should be in active voice
add_observations
Add new observations to existing entities in the knowledge graph
delete_entities
Delete multiple entities and their associated relations from the knowledge graph
delete_observations
Delete specific observations from entities in the knowledge graph
delete_relations
Delete multiple relations from the knowledge graph
read_graph
Read the entire knowledge graph
search_nodes
Search for nodes in the knowledge graph based on a query
open_nodes
Open specific nodes in the knowledge graph by their names