mcp-server-odoo
A Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems.
This MCP server allows AI assistants to access and manipulate business data within Odoo ERP systems through natural language commands. Users can search for records, create new entries, update existing data, and manage their Odoo instance efficiently and securely. The server supports various features such as smart field selection, pagination, and secure access through API keys or authentication.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-odoo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-odoo"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions