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.2.tar.gz (5.5 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.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: alpenglow_mcp_bridge-1.0.2.tar.gz
  • Upload date:
  • Size: 5.5 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.2.tar.gz
Algorithm Hash digest
SHA256 f090197e4ff358aad45862f5aeb14b2106fc1e6cf39558837fd1b467fa7ca805
MD5 c9f96a3e398d66597906bd12f8e48622
BLAKE2b-256 003a5dd2fe0ce814290b8e6d8fa9102f25ea122916eb9df30599139bf2106b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for alpenglow_mcp_bridge-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 db71307ebe794af0a7e28275929ee1dbb72a1042c3849bbb60d5e59139fc9f97
MD5 0acb955c93c70d5a0aa14e5e6dd65348
BLAKE2b-256 2adab32187f045e4f8729afe97b5b9f3ba93975c9ae6b2e94c2af50f7e4e0d1d

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