Odoo Claude MCP

v1.0.0Business Applicationsstable

Odoo MCP server for Claude Code and Claude.ai — turn any self-hosted Odoo instance (15 → 19) into an AI assistant via the Model Context Protocol. 197+ tools, multi-tenant, Bulgaria localization (НАП, ДДС, ЕИК) included.

ai-agentsanthropicbulgariaclaudeclaude-code
Share:
21
Stars
0
Downloads
0
Weekly
0/5

What is Odoo Claude MCP?

Odoo Claude MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to odoo mcp server for claude code and claude.ai — turn any self-hosted odoo instance (15 → 19) into an ai assistant via the model context protocol. 197+ tools, multi-tenant, bulgaria localization (нап, ...

Odoo MCP server for Claude Code and Claude.ai — turn any self-hosted Odoo instance (15 → 19) into an AI assistant via the Model Context Protocol. 197+ tools, multi-tenant, Bulgaria localization (НАП, ДДС, ЕИК) included.

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

Features

  • Odoo MCP server for Claude Code and Claude.ai — turn any sel

Use Cases

Odoo ERP integration
Multi-tenant Odoo automation
Localization and custom modules
rosenvladimirov

Maintainer

LicenseAGPL 3.0
Languagehtml
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx odoo-claude-mcp

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 Claude MCP

Odoo Claude MCP is a production-ready MCP server that exposes 197+ tools covering every major Odoo module — CRM, inventory, accounting, HR, manufacturing, and more — so AI assistants like Claude can manage any self-hosted Odoo 15 through 19 instance using natural language. It supports multi-tenant deployments, includes Bulgaria-specific tax and VAT localization (НАП, ДДС, ЕИК), integrates vector similarity search via Qdrant, and can be deployed via Docker Compose, Kubernetes, or a one-line shell installer. Development teams and business analysts can use it to automate ERP workflows, generate reports, and perform bulk data operations without writing Odoo RPC code.

Prerequisites

  • Docker and Docker Compose (or Kubernetes/K3s for production)
  • A running Odoo 15, 16, 17, 18, or 19 instance (Community or Enterprise)
  • Odoo RPC credentials: ODOO_URL, ODOO_DB, ODOO_USERNAME, and ODOO_API_KEY or ODOO_PASSWORD
  • An MCP admin bearer token for securing the MCP gateway (MCP_ADMIN_TOKEN)
  • Claude Desktop, Claude Code, or Claude.ai with custom connector support
1

Clone the repository

Download the Odoo Claude MCP source code.

git clone https://github.com/rosenvladimirov/odoo-claude-mcp.git
cd odoo-claude-mcp
2

Configure environment variables

Copy the example .env file and fill in your Odoo instance details and admin token.

cp .env.example .env
# Edit .env:
# ODOO_URL=https://your-odoo-instance.example.com
# ODOO_DB=your_database_name
# ODOO_USERNAME=admin
# ODOO_API_KEY=your-odoo-api-key
# MCP_ADMIN_TOKEN=your-secret-mcp-bearer-token
3

Create the Docker network and start the stack

The server requires a Docker network named cloudflare-net. Create it, then start all services with Docker Compose.

docker network create cloudflare-net
docker compose up -d
4

Quick install alternative (Linux/macOS)

Use the one-line installer script instead of the manual steps above. It handles cloning, .env setup prompts, and Docker Compose startup.

curl -fsSL https://raw.githubusercontent.com/rosenvladimirov/odoo-claude-mcp/2.0/install.sh | bash
5

Register as a Claude.ai custom connector

In Claude.ai settings, add the MCP server as a custom connector using your public HTTPS endpoint and the MCP_ADMIN_TOKEN as the bearer token.

6

Add to Claude Desktop or Claude Code

For local access, add the server URL to your claude_desktop_config.json or use the claude mcp add command.

claude mcp add --transport http odoo https://your-domain.com/mcp --header "Authorization: Bearer your-mcp-admin-token"

Odoo Claude MCP Examples

Client configuration

Claude Desktop configuration connecting to a self-hosted Odoo Claude MCP gateway over HTTPS with bearer token authentication.

{
  "mcpServers": {
    "odoo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://your-odoo-mcp-domain.com/mcp",
        "--header",
        "Authorization: Bearer your-mcp-admin-token"
      ]
    }
  }
}

Prompts to try

Example prompts that use the 197+ Odoo tools for CRM, inventory, accounting, and HR operations.

- "List all open sales orders from this month and group them by customer"
- "Create a new customer record for Acme Corp with email [email protected]"
- "Show the current stock levels for all products in the Main Warehouse"
- "Generate a PDF invoice for sale order SO-00123 and attach it to the record"
- "List all employees in the Engineering department and their contract end dates"

Troubleshooting Odoo Claude MCP

Connection refused when starting Docker Compose

Ensure the cloudflare-net Docker network exists before running docker compose up -d. Create it with: docker network create cloudflare-net

Odoo RPC authentication error (AccessDenied)

Verify ODOO_URL, ODOO_DB, ODOO_USERNAME, and ODOO_API_KEY are correct in your .env file. The ODOO_API_KEY can be generated in Odoo under Settings > Technical > API Keys. Alternatively use ODOO_PASSWORD.

Claude.ai custom connector returns 401 Unauthorized

Confirm the MCP_ADMIN_TOKEN in your .env matches the bearer token configured in the Claude.ai connector settings. The gateway must be reachable on a public HTTPS endpoint — plain HTTP is not supported by Claude.ai.

Frequently Asked Questions about Odoo Claude MCP

What is Odoo Claude MCP?

Odoo Claude MCP is a Model Context Protocol (MCP) server that odoo mcp server for claude code and claude.ai — turn any self-hosted odoo instance (15 → 19) into an ai assistant via the model context protocol. 197+ tools, multi-tenant, bulgaria localization (нап, ддс, еик) included. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Odoo Claude MCP?

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

Which AI clients work with Odoo Claude MCP?

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

Is Odoo Claude MCP free to use?

Yes, Odoo Claude MCP is open source and available under the AGPL 3.0 license. You can use it freely in both personal and commercial projects.

Odoo Claude MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Odoo Claude 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": { "odoo-claude-mcp": { "command": "npx", "args": ["-y", "odoo-claude-mcp"] } } }

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

Read the full setup guide →

Ready to use Odoo Claude 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