Odoo Claude
Self-hosted MCP server connecting Claude to Odoo 15→19 — 197+ tools, multi-tenant, Bulgaria l10n
What is Odoo Claude?
Odoo Claude is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to self-hosted mcp server connecting claude to odoo 15→19 — 197+ tools, multi-tenant, bulgaria l10n
Self-hosted MCP server connecting Claude to Odoo 15→19 — 197+ tools, multi-tenant, Bulgaria l10n
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Self-hosted MCP server connecting Claude to Odoo 15→19 — 197
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx odoo-claudeConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Odoo Claude
Odoo Claude MCP is a self-hosted MCP gateway that bridges Claude directly to Odoo ERP instances running versions 15 through 19, exposing 197+ tools covering CRUD operations on any Odoo model, multi-tenant connection switching, document management, website snippet editing, semantic vector search via Qdrant, and third-party integrations including Google OAuth, Telegram, Microsoft Teams, and GitHub. It supports multi-tenant SaaS deployments with per-user isolated credentials and profiles, making it suitable for consultants managing multiple client databases as well as solo operators who want natural language control over their Odoo instance. Bulgaria localization (НАП compliance, VAT, EIK) is built in.
Prerequisites
- Docker and Docker Compose installed on your server
- A running Odoo instance (versions 15, 16, 17, 18, or 19) with XML-RPC or JSON-RPC API access enabled
- Odoo credentials: the instance URL, database name, username, and either an API key or password
- An MCP-compatible client such as Claude Desktop
- Optionally: Qdrant for vector search features, and Ollama for local LLM inference
Clone the repository
Clone the odoo-claude-mcp repository to your server.
git clone https://github.com/rosenvladimirov/odoo-claude-mcp.git
cd odoo-claude-mcpConfigure environment variables
Copy the example env file and fill in your Odoo connection details. The five required variables are ODOO_URL, ODOO_DB, ODOO_USERNAME, ODOO_API_KEY (or ODOO_PASSWORD), and MCP_ADMIN_TOKEN for gateway authentication.
cp .env.example .env
# Edit .env and set:
# ODOO_URL=https://your-odoo.example.com
# ODOO_DB=your_database_name
# ODOO_USERNAME=admin
# ODOO_API_KEY=your_odoo_api_key
# MCP_ADMIN_TOKEN=a_secure_random_tokenCreate the Docker network and start services
Create the required Cloudflare-net Docker network, then bring up the MCP gateway container.
docker network create cloudflare-net
docker compose --env-file .env up -dVerify the gateway is running
Check container logs to confirm the MCP gateway started successfully and connected to your Odoo instance.
docker compose logs -fAdd the server to your MCP client configuration
Register the running MCP gateway endpoint in your Claude Desktop config. The gateway communicates over HTTP with Bearer token auth.
Test a basic Odoo query
Ask Claude to list your Odoo customers or search for an invoice. If it returns results, the full 197+ tool suite is available.
Odoo Claude Examples
Client configuration
Claude Desktop configuration for connecting to the locally running Odoo Claude MCP gateway. Replace the token and URL with your values.
{
"mcpServers": {
"odoo-claude": {
"command": "npx",
"args": ["odoo-claude"],
"env": {
"ODOO_URL": "https://your-odoo.example.com",
"ODOO_DB": "your_database_name",
"ODOO_USERNAME": "admin",
"ODOO_API_KEY": "your_odoo_api_key",
"MCP_ADMIN_TOKEN": "your_secure_token"
}
}
}
}Prompts to try
With 197+ tools available, you can manage virtually every part of your Odoo instance through Claude.
- "List all unpaid invoices for customers in Sofia and show the total amount due."
- "Search for all sale orders created this month and summarize by salesperson."
- "Create a new customer record for Acme Ltd with VAT number BG123456789."
- "Find all products with stock below reorder point and generate a purchase order draft."
- "Use semantic search to find all support tickets mentioning 'delivery delay' and summarize the common issues."Troubleshooting Odoo Claude
Connection refused or 'cannot connect to Odoo' errors
Verify ODOO_URL is reachable from inside the Docker container (use the host's actual IP or hostname, not localhost). Ensure XML-RPC is enabled in your Odoo instance settings under Technical > Parameters.
Authentication failure despite correct credentials
Prefer ODOO_API_KEY over ODOO_PASSWORD. Generate an API key from your Odoo user profile under Preferences > API Keys. Passwords may fail if two-factor authentication is enabled on the Odoo account.
Docker network error: 'cloudflare-net not found'
Run 'docker network create cloudflare-net' before 'docker compose up'. This external network must exist before the compose file references it.
Frequently Asked Questions about Odoo Claude
What is Odoo Claude?
Odoo Claude is a Model Context Protocol (MCP) server that self-hosted mcp server connecting claude to odoo 15→19 — 197+ tools, multi-tenant, bulgaria l10n It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Odoo Claude?
Follow the installation instructions on the Odoo Claude GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Odoo Claude?
Odoo Claude works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Odoo Claude free to use?
Yes, Odoo Claude is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.
Odoo Claude Alternatives — Similar Business Applications Servers
Looking for alternatives to Odoo Claude? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA 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.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform 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.8kAI 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.
Set Up Odoo Claude in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Odoo Claude?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.