The Odoo MCP server allows AI agents to interact with Odoo ERP systems. It provides tools for data retrieval and manipulation, connecting directly to Odoo's API. Developers use it to build AI assistants that manage ERP data, automate workflows, and integrate Odoo with other AI-driven applications.
The Odoo MCP server allows AI agents to interact with Odoo ERP systems. It provides tools for data retrieval and manipulation, connecting directly to Odoo's API. Developers use it to build AI assistants that manage ERP data, automate workflows, and integrate Odoo with other AI-driven applications.
pip install mcp-server-odooAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ivnvxd-mcp-server-odoo-github": {
"command": "uvx",
"args": [
"pip install mcp-server-odoo"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from odoo?"
API Key Required
This server requires an API key from odoo. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ODOO_API_KEY | Yes | Your odoo API key |
"What resources are available in odoo?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in odoo"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in odoo with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.