giggso-odoo

giggsoinc/giggso-odoo
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Odoo Server MCP
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "giggso-odoo": {
      "command": "uvx",
      "args": [
        "giggso-odoo"
      ]
    }
  }
}

Or install with pip: pip install giggso-odoo

README Excerpt

Bearer-auth MCP server for Giggso teams to query and modify Odoo via Claude Desktop. Every tool call runs under the requesting user's Odoo identity — not a service account. `with_user(real_user)` ensures Odoo's own permission system enforces what each person can see or change. --- ```mermaid graph LR