MCP stdio proxy for ERPBlox AI Studio — connect Claude, Cursor, ChatGPT to Odoo
Project description
ERPBlox AI MCP
MCP (Model Context Protocol) stdio proxy for connecting Claude Code, Claude Desktop, Cursor, and other MCP clients to Odoo with ERPBlox AI Studio.
Prerequisites
- Install ERPBlox AI Studio module in Odoo 19
- Enable MCP Server in Settings → AI Studio → MCP Server
- Generate an MCP API Key in Settings → AI Studio → MCP API Keys
Quick Setup
Claude Desktop / Claude Code
Add to your config file:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Code:
.mcp.jsonin project root - Cursor:
.cursor/mcp.json
{
"mcpServers": {
"odoo": {
"command": "uvx",
"args": ["erpblox-ai-mcp"],
"env": {
"ODOO_URL": "http://localhost:8069",
"MCP_API_KEY": "mcp-your-key-here"
}
}
}
}
Claude.ai (Web)
No proxy needed — connect directly via Settings → Connectors → Add custom connector:
URL: https://your-odoo-domain.com/mcp/v1
Available Tools
| Category | Tools |
|---|---|
| Schema | list_models, describe_model, model_summary |
| Query | read_records, count_records, aggregate_data |
| AI | ask_question, find_models, build_domain, generate_chart, generate_kpi, summarize_record, extract_document, translate_text, generate_code |
| Mutation | create_record, update_record, delete_record, execute_method |
| Portal | save_portal_page, get_portal_page |
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
ODOO_URL |
No | http://localhost:8069 |
Odoo server URL |
MCP_API_KEY |
Yes | — | MCP API key from Odoo Settings |
Links
Project details
Release history Release notifications | RSS feed
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 erpblox_ai_mcp-19.0.1.0.0.tar.gz.
File metadata
- Download URL: erpblox_ai_mcp-19.0.1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
846d704452be5b646fca5d7195d87cbeea8bae34720524325cc5f48b84b988ad
|
|
| MD5 |
7eb4c9972b828b603de008c688f22444
|
|
| BLAKE2b-256 |
930fae4d60a7485d32cf23b271eadc6854a5459251e95ea5a78d4d39ac452edb
|
File details
Details for the file erpblox_ai_mcp-19.0.1.0.0-py3-none-any.whl.
File metadata
- Download URL: erpblox_ai_mcp-19.0.1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7e07d7e1ca2b3fff387fbe2b8fbaf9589a0daed0f990a0d1dc5a5a96e3e5e6d
|
|
| MD5 |
c3e3a3df91bbb58176fe3fab7884922b
|
|
| BLAKE2b-256 |
595ba8d1e759f631b63d8ff3fd0db0842b1247399666892a98cb5bbeaef7a486
|