YouriT/mcp-odoo-model-explorer
A Model Context Protocol (MCP) server that provides AI assistants with tools to explore and analyze Odoo models, fields, relationships, and methods. Connect to any Odoo instance to inspect database structure, search models, fetch sample records, and discover related entities for ERP development.
Platform-specific configuration:
{
"mcpServers": {
"mcp-odoo-model-explorer": {
"command": "npx",
"args": [
"-y",
"mcp-odoo-model-explorer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...