Odoo MCP Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 21 May 2026.
Security-first MCP gateway for Odoo 17/18/19 — YAML-driven security, 27 tools
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add odoo-mcp-gateway -- uvx odoo-mcp-gateway
{
"mcpServers": {
"odoo-mcp-gateway": {
"args": [
"odoo-mcp-gateway"
],
"command": "uvx"
}
}
}
[mcp_servers.odoo-mcp-gateway]
command = "uvx"
args = ["odoo-mcp-gateway"]
{
"mcpServers": {
"odoo-mcp-gateway": {
"args": [
"odoo-mcp-gateway"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"odoo-mcp-gateway": {
"args": [
"odoo-mcp-gateway"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.