MCP server for Odoo 19+ via the JSON/2 API — connect Claude and any MCP client to your Odoo ERP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-odoo": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-odoo"
]
}
}
}
Run in terminal:
claude mcp add mcp-odoo cargo run -- mcp-odoo
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-odoo": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-odoo"
]
}
}
}