Skip to main content

Connect Claude Desktop to Odoo via the Alpenglow MCP Connector

Project description

Alpenglow MCP Bridge

Connect Claude Desktop (or any MCP client) to your Odoo instance through the Alpenglow MCP Connector.

The bridge runs locally on your machine and translates MCP stdio protocol into HTTP requests to your Odoo server. All business logic, access control, and rate limiting stay on the server.

Prerequisites

  • An Odoo 19 instance with the Alpenglow MCP Connector module installed
  • An API key generated through the Alpenglow setup wizard
  • Python 3.10+ (or install via uv / uvx which handles this automatically)

Quick start

Option A: Run with uvx (recommended)

Install uv if you don't have it, then run:

uvx alpenglow-mcp-bridge --url https://your-odoo.com --token YOUR_API_KEY

Option B: Install with pip

pip install alpenglow-mcp-bridge
alpenglow-mcp-bridge --url https://your-odoo.com --token YOUR_API_KEY

Claude Desktop configuration

Add this to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "alpenglow-odoo": {
      "command": "uvx",
      "args": [
        "alpenglow-mcp-bridge",
        "--url", "https://your-odoo.com",
        "--token", "YOUR_API_KEY"
      ]
    }
  }
}

Environment variables

Instead of CLI flags, you can set:

  • ALPENGLOW_URL — Odoo instance URL
  • ALPENGLOW_TOKEN — API key

Available tools

Tool Description
alpenglow_list_models List available Odoo models
alpenglow_describe Get full schema for a model
alpenglow_search Search records with filters and pagination
alpenglow_read Read records by ID
alpenglow_create Create new records
alpenglow_update Update existing records
alpenglow_delete Delete records
alpenglow_aggregate Run reporting queries (count, sum, avg, group_by, trend, etc.)
alpenglow_execute Call whitelisted ORM methods

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpenglow_mcp_bridge-1.0.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alpenglow_mcp_bridge-1.0.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file alpenglow_mcp_bridge-1.0.0.tar.gz.

File metadata

  • Download URL: alpenglow_mcp_bridge-1.0.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for alpenglow_mcp_bridge-1.0.0.tar.gz
Algorithm Hash digest
SHA256 996445e35155015c38a619bc52ba814988437d5747f21677487b30f5a73afb04
MD5 89bab0fbbe65bf3a098d9084f12ab142
BLAKE2b-256 0ebe5d8f04d84f300d79f4c0fb32789b00fbf531ce097b640b9bbbd10be90a4b

See more details on using hashes here.

File details

Details for the file alpenglow_mcp_bridge-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for alpenglow_mcp_bridge-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b10000317dbf05e7f6fddfbf0281a32d673c4cb3ceb50c1fda3174e421f4318c
MD5 3bcdac3ad24b1ee1d4b9433589be4e7c
BLAKE2b-256 2bf6feb961ce00e5c0c9182f63b7746ab7af80ad5dd62bf7bbc51bd9fc75a9b3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page