Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Uncategorized
  3. Claude Integration | Odoo mcp server | claude Ai connect | Trained AI assistant v 18.0
  4. Sales Conditions FAQ

Claude Integration | Odoo mcp server | claude Ai connect | Trained AI assistant

by RAG Solutions https://rag-solutions.cloud/
Odoo

$ 34.68

v 18.0 Third Party 1
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1426
Technical Name rag_odoo_mcp_server
LicenseLGPL-3
Websitehttps://rag-solutions.cloud/
Versions 15.0 16.0 17.0 18.0 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1426
Technical Name rag_odoo_mcp_server
LicenseLGPL-3
Websitehttps://rag-solutions.cloud/
Versions 15.0 16.0 17.0 18.0 19.0
Supports:
Community
Enterprise

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 assitant to interact efficiently within your Odoo instance.

MCP Protocol Claude + MCP Cursor + MCP
RAG Odoo MCP Server

Documentation & Demo

Read Documentation

Setup guide, API key, and Claude/Cursor configuration.

Read Documentation on our website: rag-solutions.cloud

Video Tutorial

Watch a demo of connecting Claude or Cursor to Odoo via MCP.

Watch Demo

Key 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...)

  • Screenshots
  • Features
  • FAQs
MCP in Odoo

1st - Install the module

After installing the module, the MCP server is available at /mcp/sse and /mcp/health.).

Install the module
Install the module

2nd – Generate the connexion 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.

Settings

3rd - Claude Config

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:

                                        "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"
                                            }
                                        }
                                            
Claude config

4th - Start using Claude

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"....

Claude config
Claude config

Claude can scrap the web and generate leads for you

Claude config
Claude config
Claude config

Claude can scan any document and generate data from it (sale order, project....)

Claude config
Claude config
Claude config

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

What is the Model Context Protocol (MCP)?

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.

Do I need to install something else?

All you need is to install the module and configure Claude.

Can I use multiple Odoo databases with Claude at once?

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.

Can i use another LLM?

MCP is a standard protocol, so yes you can use any LLM you want and we will be happy to help you with that.

These are just a few examples—the possible use cases are infinite. You can explore more live examples in the YouTube video above, or imagine your own!

Related Modules

Odoo Help Assiant

AI Sales Assistant

Website AI Chatbot

WooCommerce Automatic Stock Synchronisation

Garage Management System

Google Docs Integration

Our Services

Odoo Customization
Odoo Implementation
Odoo Support
Odoo Migration
Odoo integration
Odoo Consultancy
Odoo Licensing
Hire Odoo Developer
....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with