Odoo MCP

v1.0.0Business Applicationsstable

Enables AI assistants to interact with Odoo ERP systems through natural language to search records, create entries, update data, and manage business operations. Supports secure authentication and configurable access controls for production environmen

aierpllmmcpmcp-server
Share:
292
Stars
0
Downloads
0
Weekly
0/5

What is Odoo MCP?

Odoo MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to interact with odoo erp systems through natural language to search records, create entries, update data, and manage business operations. supports secure authentication and conf...

Enables AI assistants to interact with Odoo ERP systems through natural language to search records, create entries, update data, and manage business operations. Supports secure authentication and configurable access controls for production environmen

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI assistants to interact with Odoo ERP systems thro

Use Cases

Odoo ERP system integration
Business operation automation
Natural language ERP queries
ivnvxd

Maintainer

LicenseMozilla Public License 2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-server-for-odoo

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Odoo MCP

The MCP Server for Odoo connects AI assistants to Odoo ERP systems, enabling natural language queries, record creation, updates, and deletions across all Odoo modules through a standard MCP interface. It supports full CRUD operations on any Odoo model, server-side aggregation, chatter messaging, and optional method invocation, all secured with either API key or username/password authentication. Business users can ask Claude to search customers, create invoices, check inventory levels, or automate repetitive ERP tasks without writing code or navigating Odoo's UI.

Prerequisites

  • An Odoo instance accessible via HTTPS (Odoo 14+ supported, SaaS or self-hosted)
  • An Odoo API key (generated in Settings > Technical > API Keys) or valid Odoo username and password
  • uv package manager installed (https://astral.sh/uv) for uvx-based installation
  • An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
  • The Odoo database name if your instance hosts multiple databases (ODOO_DB)
1

Install uv (required for uvx)

The recommended installation method uses uvx, which is included with the uv package manager. Install uv if you don't have it.

# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows (PowerShell)
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
2

Obtain your Odoo API key

In Odoo, go to Settings > Technical > API Keys (or your user profile > Account Security > API Keys) and generate a new key. Copy it — you will use it as ODOO_API_KEY.

3

Add the server to your MCP client configuration

Edit your MCP client's config file and add the Odoo server block. Supply your Odoo instance URL and API key as environment variables.

{
  "mcpServers": {
    "odoo": {
      "command": "uvx",
      "args": ["mcp-server-odoo"],
      "env": {
        "ODOO_URL": "https://your-company.odoo.com",
        "ODOO_API_KEY": "your_api_key_here",
        "ODOO_DB": "your_database_name"
      }
    }
  }
}
4

Restart your MCP client

Restart Claude Desktop or your chosen MCP client to load the new Odoo server. Verify the Odoo tools appear in the available tools list.

5

Test the connection with a simple query

Ask Claude to list available Odoo models to confirm the server is connected and authenticated correctly.

Odoo MCP Examples

Client configuration

Add this block to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) to connect Claude to your Odoo ERP.

{
  "mcpServers": {
    "odoo": {
      "command": "uvx",
      "args": ["mcp-server-odoo"],
      "env": {
        "ODOO_URL": "https://your-company.odoo.com",
        "ODOO_API_KEY": "your_api_key_here",
        "ODOO_DB": "your_database_name",
        "ODOO_LOCALE": "en_US"
      }
    }
  }
}

Prompts to try

Use natural language to manage your Odoo ERP data through Claude.

- "Show me all customers from Spain with their contact details"
- "Create a new customer contact for Acme Corporation with email [email protected]"
- "Find all products with stock below 10 units and list their reorder quantities"
- "How many active employees do we have in total?"
- "Update the phone number for customer John Doe to +1-555-0100"
- "List all open sales orders from this week and their total values"

Troubleshooting Odoo MCP

Authentication fails with 'Invalid API key' or 401 error

Verify that ODOO_API_KEY is set to a valid, active API key generated from your Odoo instance. API keys are user-specific — ensure the key belongs to a user with sufficient access rights. Alternatively, use ODOO_USER and ODOO_PASSWORD instead of an API key.

Server cannot connect to Odoo (connection refused or timeout)

Check that ODOO_URL is the full URL to your Odoo instance including https:// (e.g., https://mycompany.odoo.com). For self-hosted instances, ensure the server is reachable from your machine and not blocked by a firewall. Test with `curl https://your-odoo-instance.com/web/database/list`.

Record operations fail with access rights errors

The Odoo user associated with your API key may not have permission to read or write the requested model. In Odoo, grant the user appropriate access rights in Settings > Users > Access Rights, or use an admin API key for full access. The server respects Odoo's native access control layer.

Frequently Asked Questions about Odoo MCP

What is Odoo MCP?

Odoo MCP is a Model Context Protocol (MCP) server that enables ai assistants to interact with odoo erp systems through natural language to search records, create entries, update data, and manage business operations. supports secure authentication and configurable access controls for production environmen It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Odoo MCP?

Follow the installation instructions on the Odoo MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Odoo MCP?

Odoo MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Odoo MCP free to use?

Yes, Odoo MCP is open source and available under the Mozilla Public License 2.0 license. You can use it freely in both personal and commercial projects.

Odoo MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Odoo MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-server-for-odoo": { "command": "npx", "args": ["-y", "mcp-server-for-odoo"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Odoo MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides