Odoo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi.
MCP server for Odoo 18 with 38 business tools
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 odoo-mcp -- uvx odoo-18-mcp-server
{
"mcpServers": {
"odoo-mcp": {
"args": [
"odoo-18-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.odoo-mcp]
command = "uvx"
args = ["odoo-18-mcp-server"]
{
"mcpServers": {
"odoo-mcp": {
"args": [
"odoo-18-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"odoo-mcp": {
"args": [
"odoo-18-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.