
Odoo Intelligence MCP
by cbusillo
Deep code analysis and development tools for Odoo projects, including model and field queries.
What it does\nProvides an AI-driven interface to Odoo environments for deep code analysis, model inspection, and project development. It connects to Odoo Docker containers to execute code and query the Odoo registry or filesystem.\n\n## Tools\n- search_code: Find patterns in Python, XML, or JS files.\n- find_method: Locate specific methods across the Odoo codebase.\n- model_query: Retrieve info, relationships, and inheritance for Odoo models.\n- field_query: Analyze dependencies and resolve dynamic fields.\n- analysis_query: Detect patterns like computed fields or state machines.\n- execute_code: Run Python code directly in the Odoo environment.\n- permission_checker: Validate user access rights for specific records.\n\n## Installation\nAdd to claude_desktop_config.json using uv:\njson\n{\n \"mcpServers\": {\n \"odoo-intelligence\": {\n \"command\": \"uv\",\n \"args\": [\"run\", \"--project\", \"/path/to/odoo-intelligence-mcp\", \"odoo-intelligence-mcp\"]\n }\n }\n}\n\n\n## Supported hosts\n- claude
Quick install
uv syncInformation
- Pricing
- free
- Published
- 5/18/2026
- stars






