Odoo MCP Server - Model Context Protocol server for Odoo ERP integration. Supports Odoo 14-19+ with JSON-RPC and REST API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"odoo-rust-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"odoo-rust-mcp"
]
}
}
}
Run in terminal:
claude mcp add odoo-rust-mcp cargo run -- odoo-rust-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"odoo-rust-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"odoo-rust-mcp"
]
}
}
}