MCP Odoo runs on your own machine — the client starts it, so there is no endpoint to ping. 2 244 installs a week from pypi.
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
The linked repository no longer exists on GitHub — it was deleted or made private.
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 mcp-odoo -- uvx odoo-mcp
{
"mcpServers": {
"mcp-odoo": {
"args": [
"odoo-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-odoo]
command = "uvx"
args = ["odoo-mcp"]
{
"mcpServers": {
"mcp-odoo": {
"args": [
"odoo-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-odoo": {
"args": [
"odoo-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.