Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Full-featured MCP connector for Odoo ERP via XML-RPC, enabling natural language interaction with CRM, sales, inventory, and other Odoo modules.

README.md

Odoo MCP Server

Full-featured MCP connector for Odoo ERP via XML-RPC.

Setup

1. Install Python 3.11+

Download from https://www.python.org/downloads/ — make sure to check "Add Python to PATH" during install.

2. Install dependencies

cd "C:\Users\Shaheer\Downloads\Odoo connector\odoo"
pip install -r requirements.txt

3. Test the server runs

python odoo_mcp_server.py

4. Add to Claude Desktop

Edit C:\Users\Shaheer\AppData\Roaming\Claude\claude_desktop_config.json and add the entry shown in claude_desktop_config_snippet.json.

---

Available Tools (27 total)

| Tool | Description | |------|-------------| | odoo_list_customers | List/search partners & customers | | odoo_get_partner | Full partner details by ID | | odoo_create_partner | Create new partner/customer | | odoo_update_partner | Update partner fields | | odoo_list_sales_orders | List sales orders with filters | | odoo_get_sales_order | Full SO details + lines | | odoo_create_sales_order | Create quotation/SO | | odoo_confirm_sales_order | Confirm a quotation | | odoo_list_purchase_orders | List purchase orders | | odoo_get_purchase_order | Full PO details + lines | | odoo_create_purchase_order | Create RFQ/PO | | odoo_list_invoices | List invoices & vendor bills | | odoo_get_invoice | Full invoice details + lines | | odoo_list_products | List products with filters | | odoo_get_product | Product details + variants | | odoo_create_product | Create new product | | odoo_update_product | Update product fields | | odoo_list_inventory | Current stock quantities | | odoo_list_stock_pickings | Receipts, deliveries, transfers | | odoo_list_leads | CRM leads/opportunities | | odoo_create_lead | Create CRM lead | | odoo_list_employees | List employees | | odoo_search | Generic search on ANY model | | odoo_read | Read records by ID from ANY model | | odoo_create | Create record in ANY model | | odoo_write | Update records in ANY model | | odoo_delete | Delete records (destructive) | | odoo_get_fields | Get field schema for any model | | odoo_call_method | Call any workflow method | | odoo_sales_report | Aggregated sales totals |

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use CRM & Sales servers.