mcpbeat Sign in

Odoo MCP Connector MCP Server

by management-cmyk Your server? Claim it
local only

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

Query, report on, and optionally modify any Odoo ERP from Claude. Read-only by default.

Installs per day peak 11 · avg 5 · +11% w/w
a month agotoday
23
Installs / week
npm · odoo-mcp-connector
0
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Odoo MCP Connector 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-connector -- npx -y odoo-mcp-connector
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "odoo-mcp-connector": {
      "args": [
        "-y",
        "odoo-mcp-connector"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.odoo-mcp-connector]
command = "npx"
args = ["-y", "odoo-mcp-connector"]
.cursor/mcp.json
{
  "mcpServers": {
    "odoo-mcp-connector": {
      "args": [
        "-y",
        "odoo-mcp-connector"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "odoo-mcp-connector": {
      "args": [
        "-y",
        "odoo-mcp-connector"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ODOO_URL (Odoo base URL, e.g. https://your-company.odoo.com), ODOO_DB (Odoo database name), ODOO_USERNAME (Odoo login (email)), ODOO_API_KEY (Odoo API key (or password)), ODOO_ENABLE_WRITES (Set to 'true' to allow create/update/delete. Default false (read-only).), ODOO_TIMEOUT_MS (Per-request timeout in milliseconds (default 30000).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Odoo MCP Connector

same job, measured the same way
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

35 installs/wk local only
LLMemory
by meir-may

Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

answering
Solution Commons
by carbaj03

Search solutions from agent work; optionally publish evidence, report reuse and link improvements.

5 tools answering
Urlsnap MCP
by urlsnap

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

24 installs/wk local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

53 installs/wk local only
I
Scope Analytics
by wally827

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

65 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

37 installs/wk 2 tools answering

Odoo MCP Connector — questions

Answers built from our own checks of this server.

Why is there no uptime for Odoo MCP Connector?
Odoo MCP Connector 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 npm package odoo-mcp-connector was installed 23 times last week.
How do I connect Odoo MCP Connector?
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-mcp-connector straight from npm; nothing to host, nothing to sign up for.
How many people use Odoo MCP Connector?
The npm package odoo-mcp-connector was installed 23 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Odoo MCP Connector open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.