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. Technical
  3. EM MCP Server for Odoo v 19.0
  4. Sales Conditions FAQ

EM MCP Server for Odoo

by EASYMOB http://easymob.net
Odoo

$ 117.65

v 19.0 Third Party
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 3528
Technical Name em_odoo_mcp_server
LicenseLGPL-3
Websitehttp://easymob.net
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 3528
Technical Name em_odoo_mcp_server
LicenseLGPL-3
Websitehttp://easymob.net

Odoo MCP Server

Connect your Odoo ERP directly to any AI Agent supporting the open Model Context Protocol. Empower your AI with real-time business context.

MCP Standard Odoo 19 Universal AI Link

How it Works — A Simple Overview

Your AI assistant is incredibly smart, but it doesn't know what's happening inside your business. This module creates a secure, universal bridge so any AI can search, read, create, and update records inside Odoo — just by chatting.

Try asking your AI:
"Look up the latest sales orders for Agrolait and draft a follow-up email."

Works seamlessly with your favorite tools

Claude Desktop Cursor IDE Windsurf ChatGPT Zed Any Custom Agent

Key Features

Everything you need to turn Odoo into an AI-powered super system.

Intelligent Search

AI can search, read, and analyze data across any Odoo model in real-time, fetching only exactly what it needs.

Automated Actions

Create leads, update tickets, or archive records effortlessly via conversation. Safe, transactional, and audited.

Custom Code Execution

Allow the AI to write and execute highly specific Python scripts securely within your Odoo environment.

Real-world Use Cases

See what prompts you can give your AI once this module is installed.

Helpdesk
Ticket Triage

"Find all unassigned tickets created today, summarize them, and assign each to the appropriate technician based on the issue."

CRM
Meeting Follow-up

"Read the meeting notes I just took for Acme Corp and automatically create a new CRM Lead attached to their company profile."

Inventory
Stock Assessment

"Do we have 'Acoustic Block Screens' in stock right now? If not, check our vendors and tell me the estimated lead time."

Accounting
Invoice Chasing

"List all unpaid customer invoices over $500 that are past due by 30 days, and generate a draft reminder email for each."

HR
Leave Management

"Look up the PTO balance for Jane Doe and check if she has any pending time-off requests for the month of December."

Developer
System debugging

"Analyze the structure of `sale.order` model and write a snippet to override the compute method for `amount_total`."

Security Architecture

Your ERP data is completely protected. The MCP Server acts as an authenticated bridge but never bypasses your Odoo security rules.

1. Explicit Model Access

AI agents can only access the models you explicitly grant them permission for. No stealth data mining.

2. API Key Authentication

Connect external tools securely using unique, revocable API Keys generated per-agent or per-organization.

3. Audit Logging

Every query and action executed by the AI is tied to the internal user associated with the API key, ensuring full traceability.

Setup Guide

Five simple steps to connect any AI agent to your Odoo instance.

1

Install Module

Install this module from the Odoo Apps menu, just like any other app.

2

Generate API Key

Go to Settings → MCP Server → API Keys. Click "New", provide a name, and copy the newly generated secret key immediately.

3

Configure Model Permissions

Go to MCP Server → Model Access and explicitly grant Read, Write, or Create permissions for the models the AI requires access to.

4

Connect your AI Client

Paste the MCP endpoint and your API key into your client's (Claude, Cursor) settings file. Here is an example config:

{
  "mcpServers": {
    "odoo": {
      "command": "curl",
      "args": [
        "-N", "-s", "-X", "GET",
        "-H", "Authorization: Bearer YOUR_API_KEY",
        "https://your-odoo-url.com/mcp"
      ]
    }
  }
}
5
Pro-Tip for Best Results

Initialize with the System Core Prompt

To maximize agent capabilities, prevent hallucinated field names, and give your AI advanced understanding of Odoo's ORM operations and business terminology mapping, we provide a pre-optimized system initialization template.

How to access & apply it:

  1. Navigate to MCP Server → Prompts → System Core Prompt inside your Odoo backend.
  2. Click inside the code block and press Ctrl+A then Ctrl+C to copy the entire formatted context block instantly.
  3. Paste these instructions directly into your AI client configuration (such as your Cursor project rules, Claude custom instructions, or agent base initialization prompt).

FAQ & Troubleshooting

Connection Reset or Timeout Error

Ensure your Odoo instance allows Server-Sent Events (SSE). If you are behind a reverse proxy (like Nginx), make sure buffering is turned off for the `/mcp` routes (`proxy_buffering off;`).

AI Says "Model Access Denied"

This means the AI is trying to query a model (e.g., `sale.order`) that hasn't been allowed. Go to MCP Server → Model Access and add the model to the allowed list.

Authentication Failed (401 Unauthorized)

Check your client configuration block. Ensure the header `Authorization: Bearer <API_KEY>` is exactly correct, with no trailing spaces on the key.

Odoo MCP Protocol Integration

Designed for Odoo 19 • Implements MCP Spec 2024-11-05 • Open Source LGPL-3

Author & Support (Copy & Paste)

Website: https://easymob.net
Demo: https://demo-odoo.easymob.net
Support: https://support.easymob.net
Email: contact@easymob.net

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