Odoo MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_URL | Yes | The URL of the Odoo instance (e.g., https://your-company.odoo.com) | |
| ODOO_API_KEY | Yes | The API key generated for the Odoo user | |
| ODOO_API_MODE | No | Protocol mode: 'auto' for automatic selection, 'xmlrpc' for Odoo 16-18, 'json2' for Odoo 19 | auto |
| ODOO_DATABASE | Yes | The Odoo database name | |
| ODOO_USERNAME | Yes | The Odoo user login (email) for the dedicated bot user | |
| ODOO_JOURNAL_PATH | No | Path to the local SQLite audit journal file | ~/.local/state/odoo-mcp/journal.sqlite3 |
| ODOO_ALLOW_MUTATIONS | No | Enable mutation preview and apply tools. Set to 'true' only after read-only testing. | false |
| ODOO_MAX_READ_RECORDS | No | Maximum number of records returned by read operations (default 100) | |
| ODOO_PLAN_TTL_SECONDS | No | Time-to-live for mutation preview tokens in seconds (default 300) | |
| ODOO_MAX_MUTATION_RECORDS | No | Maximum number of records affected by a mutation (default 20) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/techniondigitalsolutions/odoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server