mcpbeat Sign in

Odoo MCP Server

by nicolasramos Your server? Claim it
local only

Odoo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 102 installs a week from pypi. Last commit 10 Aug 2026.

MCP server for Odoo 18 with 38 business tools

Installs per day peak 34 · avg 11 · +44% w/w
a month agotoday
102
Installs / week
pypi · odoo-18-mcp-server
6
Stars
1 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Odoo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add odoo-mcp -- uvx odoo-18-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "odoo-mcp": {
      "args": [
        "odoo-18-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.odoo-mcp]
command = "uvx"
args = ["odoo-18-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "odoo-mcp": {
      "args": [
        "odoo-18-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "odoo-mcp": {
      "args": [
        "odoo-18-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ODOO_URL (URL of your Odoo instance (e.g., https://yourcompany.odoo.com)), ODOO_DB (Name of your Odoo database), ODOO_USERNAME (Odoo username for authentication), ODOO_PASSWORD (Odoo password for authentication), ODOO_MCP_DEFAULT_LIMIT (Default limit for search results (default: 50)), ODOO_MCP_MAX_LIMIT (Maximum limit for search results (default: 80)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Odoo MCP

same job, measured the same way
Odoo Pulse
by minhhq-a1

An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP

234 installs/wk local only
Begonia.pro
by begonia

Local SEO: MCP for local business audits with tools and guidance.

answering
Microsoft Fabric MCP Server
by microsoft

MCP tools for interacting with Microsoft Fabric

917 installs/wk local only
Kaiten MCP
by theyahia

MCP server for Kaiten API — cards, boards. 3 tools.

70 installs/wk local only
Rclone
by rclone-ui

MCP server for the Rclone RC API, with selectable toolsets.

61 installs/wk local only
Che Word MCP
by kiki830621

Swift-native MCP server for Word (.docx) manipulation with 148 tools

local only
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
Nasa Images
by kaitoy

MCP server with UI for NASA images

24 installs/wk local only

Odoo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Odoo MCP?
Odoo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package odoo-18-mcp-server was installed 102 times last week.
How do I connect Odoo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls odoo-18-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Odoo MCP?
The pypi package odoo-18-mcp-server was installed 102 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Odoo MCP open source?
Yes — it is published under the MIT licence, written in Python, 6 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.