mcpbeat Sign in

Odoo Pulse MCP Server

by minhhq-a1 Your server? Claim it
local only

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

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

Installs per day peak 173 · avg 39 · +11% w/w
a month agotoday
234
Installs / week
pypi · odoo-pulse
1
Stars
6 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: ODOO_URL (Base URL of the Odoo instance, e.g. https://acme.odoo.com), ODOO_DB (Odoo database name), ODOO_USERNAME (Odoo login / email), ODOO_API_KEY (Odoo API key (used as the password)), ODOO_READ_ONLY (Block all write methods when true (default true)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Odoo Pulse

same job, measured the same way
Nvoip MCP Server
by com-nvoip

Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.

answering
Visibilityai
by thinksuitesolution-coder

Verified Indian business data and AI-visibility reports for MCP-compatible AI agents.

13 tools answering
repoctx
by nugehs

Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.

87 installs/wk local only
Sheriff
by ryansmith4

MCP server for fixing static analysis issues from SARIF reports with AI agents

local only
clariBI
by claribi

AI business intelligence: sign up, ingest data, run analyses, generate reports from any MCP client.

26 tools answering
Codemore
by abhinavteja123

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

70 installs/wk local only
Patchrooms
by liknens

Agent-ready feedback for AI-built apps — read and close UI feedback reports over MCP.

answering
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only

Odoo Pulse — questions

Answers built from our own checks of this server.

Why is there no uptime for Odoo Pulse?
Odoo Pulse 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-pulse was installed 234 times last week.
How do I connect Odoo Pulse?
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-pulse straight from pypi; nothing to host, nothing to sign up for.
How many people use Odoo Pulse?
The pypi package odoo-pulse was installed 234 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 Pulse open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.