Odoo MCP Server (Remote)
Allows interacting with Odoo ERP, providing tools for searching, retrieving, creating, updating, and deleting records, as well as listing models and their fields.
Click on "Deploy 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 Server (Remote)search for customers with name containing Acme"
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 Server (Remote)
Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.
Quick Start
cp .env.example .env
# Edit .env with your Odoo credentials and MCP_API_KEY
pip install -e .
python -m odoo_mcp_remoteRelated MCP server: eyeot-mcp
Docker
cp .env.example .env
docker compose up --buildClient Configuration
Claude Desktop / Claude Code
If your client supports streamable-http natively:
{
"mcpServers": {
"odoo": {
"type": "streamable-http",
"url": "http://your-server:8000/mcp",
"headers": {
"Authorization": "Bearer your-secret-api-key-here"
}
}
}
}Using supergateway (stdio bridge)
If your client only supports stdio transport (e.g. some Claude Desktop versions), use supergateway to bridge the connection:
{
"mcpServers": {
"odoo": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"http://your-server:8000/mcp",
"--header",
"Authorization: Bearer your-secret-api-key-here"
]
}
}
}Tools
Tool | Description |
| Search Odoo records with domain filters |
| Get records by ID |
| Create new records |
| Update existing records |
| Delete records |
| List available Odoo models |
| Get field definitions for a model |
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Remote ChromaDB vector database MCP server with streamable HTTP transport
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP Server for Odoo 19 using JSON-2 API, built with FastMCP94Apache 2.0
- AlicenseCqualityDmaintenanceAn MCP server that bridges AI agents to the eyeot ERP, exposing ~600 business actions (CRM, sales, stock, HR, finance, etc.) as MCP tools over stdio via OAuth 2.1 authentication.331MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for interacting with Odoo/ODX resources via ODXProxy, enabling programmatic access for MCP-compatible clients.1-
- AlicenseNot gradedqualityDmaintenanceA professional MCP server for seamless Odoo ERP integration, supporting HTTP and STDIO transports.10 npmMIT