Odoo MCP Connector
Provides tools to interact with Odoo ERP, including sales orders, invoices, inventory, contacts, and custom reports, with per-user permission enforcement, write-confirmation safety, and audit logging.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Odoo MCP Connectorlist my pending sales orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Odoo MCP Connector
Production-grade Odoo add-ons that expose Odoo business functionality to Claude (and other MCP-compliant clients) as a remote Model Context Protocol (MCP) connector over HTTP, with OAuth 2.1 auth, per-user Odoo permission enforcement, write-confirmation safety, and full audit logging.
See PLAN.md for the full architecture and delivery plan.
Modules
addons/mcp_server— core: MCP protocol engine, OAuth 2.1 provider, generic model access engine, confirmation-token workflow, audit log.addons/mcp_server_sales— Sales orders/quotations tools.addons/mcp_server_purchase— Purchase RFQ/orders tools.addons/mcp_server_accounting— Invoicing/Accounting tools.addons/mcp_server_inventory— Inventory/Stock tools.addons/mcp_server_contacts— Contacts/Partners tools.addons/mcp_server_reports_designer— expose GTECH Report Designer (reports.designer) custom reports as short-lived PDF download links.
Related MCP server: odoo-mcp-gateway
Status
Core module mcp_server implemented (PLAN.md Phases 1–4):
MCP Streamable HTTP transport (JSON-RPC 2.0) at
POST /mcp,DELETE /mcpsession teardown, pinned protocol version2025-06-18(no batching).Two error channels: protocol errors as JSON-RPC
error; tool errors as successful results withisError: true.OAuth 2.1 AS + Resource Server: DCR, Authorization Code + PKCE (S256), refresh-token rotation, RFC 8707 resource-indicator binding, RFC 7009 revoke,
.well-knownmetadata. Secrets hashed at rest.Import-time tool/resource registry for domain add-ons.
Generic model engine (
odoo.*) gated by themcp.model.accessallowlist plus real Odoo ACL/record rules.Propose → confirm workflow for all writes (single-use, user-bound tokens).
Full audit log with pivot/graph views and sensitive-action alerting.
Admin UI (Settings + dedicated MCP app menu) and cron GC jobs.
Test suite (
addons/mcp_server/tests/) covering JSON-RPC, schema, protocol error channels, confirmation flow, generic engine, OAuth/PKCE, and audit.
Run tests:
odoo -d <db> -i mcp_server --test-enable --stop-after-initDomain add-ons (mcp_server_sales, _inventory, _contacts) follow the same
template; mcp_server_accounting is implemented (PLAN.md Phase 5).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Odoo data using natural language to search, read, create, and update records. It acts as a secure bridge between MCP clients and Odoo instances version 17.0 through 19.0.Last updated11Apache 2.0
- AlicenseBqualityBmaintenanceSecurity-first MCP gateway for Odoo 17/18/19 — 27 tools, YAML-driven securityLast updated274MIT
- Alicense-qualityAmaintenanceGoverned MCP access to Odoo business data, preserving Odoo permissions via a semantic query layer.Last updated5Apache 2.0
- Alicense-qualityCmaintenanceRemote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.Last updatedMIT
Related MCP Connectors
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
OAuth scope approvals and consent receipts for remote MCP servers.
127 REST operations. 119 MCP routes; 118 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjgurwara99/odoo-mcp-new-architecture'
If you have feedback or need assistance with the MCP directory API, please join our Discord server