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/uvxwhich 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 URLALPENGLOW_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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alpenglow_mcp_bridge-1.0.1.tar.gz.
File metadata
- Download URL: alpenglow_mcp_bridge-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5583e1d09459c85f7b0d0a84da07e1b5db61493e36bf0d96917d9d446651bceb
|
|
| MD5 |
570cee0dc85c7222559b7823907c95a5
|
|
| BLAKE2b-256 |
b8b19b8b606400f6def417ced0ec3b84edc7750a793edfad34dae15efdd9e1d0
|
File details
Details for the file alpenglow_mcp_bridge-1.0.1-py3-none-any.whl.
File metadata
- Download URL: alpenglow_mcp_bridge-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44d294a72242a5075a80e316016e5b61ec98ae9a5b67a25e0952516d036e95b
|
|
| MD5 |
27cfc7643a8fa23466beac018ba3396f
|
|
| BLAKE2b-256 |
80b0fcdcec5d216c9edb6589a57681f837b55e3700bd3666206bd9db4bced967
|