Loading MCP server directory, please wait...
MCP server for Odoo 18 with 38 business tools
npx @getmcp/cli add io.github.nicolasramos/odoo-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ODOO_URLURL of your Odoo instance (e.g., https://yourcompany.odoo.com)
ODOO_DBName of your Odoo database
ODOO_USERNAMEOdoo username for authentication
ODOO_PASSWORDOdoo password for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nicolasramos/odoo-mcp": {
"command": "python",
"args": [
"odoo-18-mcp-server"
],
"env": {
"ODOO_URL": "",
"ODOO_DB": "",
"ODOO_USERNAME": "",
"ODOO_PASSWORD": "",
"ODOO_MCP_DEFAULT_LIMIT": "",
"ODOO_MCP_MAX_LIMIT": ""
}
}
}
}