Claude Integration | Odoo mcp server | claude Ai connect | Trained AI assistant
by RAG Solutions https://rag-solutions.cloud/$ 111.77
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1790 |
| Technical Name |
rag_odoo_mcp_server |
| License | LGPL-3 |
| Website | https://rag-solutions.cloud/ |
| Versions | 15.0 16.0 17.0 18.0 19.0 |
Simply by installing this module you will be able to
Connect Odoo with Claude
OR ANY OTHER AI ASSISTANT. THIS MODULE ALSO TRAINS THE AI ASSISTANT TO INTERACT EFFICIENTLY WITHIN YOUR ODOO INSTANCE.
Documentation & Demo
Documentation in our website: https://rag-solutions.cloud/
Video Tutorial
Install the module and configure Claude to connect to your odoo instance.
Watch TutorialKEY HIGHLIGHTS
RAG Trained
This is not a simple mcp connector. This module trains Claude to use effectively and securely your Odoo instance.
No Extra Process
MCP runs inside Odoo. Install the module and start to use your favorite Ai model.
Secure API Key
Claude will use a secure token to have access to your database.
Dashboard Generation
Claude can generate dashboards and insights related to your company activities.
Multi Company
Claude can automatically detect different companies.
Document detection
Claude can scan any document and generate data from it (Project, Sale order...)
Step 1 - Install the Module in Odoo
After installing the module, the MCP server is available at /mcp/sse and /mcp/health.
Step 2 - Generate the Connection Token (Optional)
Go to Settings -> RAG Odoo MCP Server. Enable "Require API key" and click "Generate user / admin token" to create a key for Claude or Cursor.
User Token cannot create or edit records (readonly).
Admin token can create and edit records.
Step 3 - Configure Claude Desktop
Add the MCP server in Claude config:
- Windows + R: open %APPDATA%\Claude\claude_desktop_config.json
- Paste and edit this block in the "mcpServers" section:
- If you use Odoo.sh, you do not need to specify the database (?db=your_database_name).
- You can also watch the configuration tutorial video above.
"rag-odoo": {
"command": "npx",
"args": [
"mcp-remote",
"http://ip_adress_or_domaine_name/mcp/sse?db=your_database_name",
"--allow-http",
"--transport",
"sse-only",
"--header",
"Authorization:${MCP_ODOO_AUTH}"
],
"env": {
"MCP_ODOO_AUTH": "Bearer your_generated_api"
}
}
Step 4 - Start Using Claude with Odoo
Usage examples:
"Generate a sales dashboard for the current year"
"Show me all customers from France"
"Find products with stock below 10 units"
"List today's sales orders over $1900"
"Search for unpaid invoices from last month"
"Create partners from the attached document"
"Create a sale order from the attached customer order"
Practical Usage Examples
Web Scraping and Lead Generation
Document Scanning and Data Creation in Odoo
Use Cases Are Infinite
Discover much more by watching the video demonstration above.
Contact us anytime on WhatsApp: +33 744 288 443
Or visit our website: rag-solutions.cloud
This module will rag train Claude to be the more efficient possible
MCP server inside Odoo -- bye simply installing the module
Optional API key for secure connextion.
Multi-database support.
Security rules to allow Claude to readonly or to edit records
MCP is an open protocol that lets AI assistants (like Claude and Cursor) connect to external data and tools. This module exposes your Odoo database as an MCP server so AI can run read-only queries, list tables, and explore the schema safely.
All you need is to install the module and configure Claude.
Yes. Add two MCP server blocks in Claude (e.g. rag-odoo-demo and rag-odoo-prod), each with the same Odoo URL but a different Bearer token: Bearer demo_ai:key1 and Bearer production_db:key2. Each database has its own API key from Settings -> RAG Odoo MCP Server.
MCP is a standard protocol, so yes you can use any LLM you want and we will be happy to help you with that.
Please log in to comment on this module