Loading MCP server directory, please wait...
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
npx @getmcp/cli add io.github.erpipe-org/mcp-odooRequires Python 3.10+. Community-contributed server. Review source before installing.
ODOO_URLOdoo server URL, e.g. https://mycompany.odoo.com
ODOO_DBOdoo database name
ODOO_USERNAMEOdoo login (email)
ODOO_PASSWORDOdoo password or API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.erpipe-org/mcp-odoo": {
"command": "uvx",
"args": [
"odoo-mcp"
],
"env": {
"ODOO_URL": "",
"ODOO_DB": "",
"ODOO_USERNAME": "",
"ODOO_PASSWORD": ""
}
}
}
}