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.3.tar.gz (5.8 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.3-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for alpenglow_mcp_bridge-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b66e21c0a5b46fee4ba8231a86608a9cd14badb1265186736d587bf946e20a24
MD5 10095ac04a6a6beeed17c8a7f6a5a35c
BLAKE2b-256 48278e7c9bd2d158014e7711840878d879c4004cda5c84ce97b99a9e7d5f3955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for alpenglow_mcp_bridge-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e3118f0c9213bccc5ec8ff1ab769d488d6fa6f06949d247d1cb456d75e691163
MD5 d486023523a0bc284caafe8b29dce964
BLAKE2b-256 710646bdb60ded0c83106a31c24dba0cd31a9519069ed530d40c2d306a4a87ef

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