Odoo Server (Remote)
БесплатноНе проверенRemote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.
Описание
Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.
README
Remote MCP server for Odoo ERP — exposes Odoo operations over Streamable HTTP with bearer token authentication.
Quick Start
cp .env.example .env
# Edit .env with your Odoo credentials and MCP_API_KEY
pip install -e .
python -m odoo_mcp_remote
Docker
cp .env.example .env
docker compose up --build
Client Configuration
Claude Desktop / Claude Code
If your client supports streamable-http natively:
{
"mcpServers": {
"odoo": {
"type": "streamable-http",
"url": "http://your-server:8000/mcp",
"headers": {
"Authorization": "Bearer your-secret-api-key-here"
}
}
}
}
Using supergateway (stdio bridge)
If your client only supports stdio transport (e.g. some Claude Desktop versions), use supergateway to bridge the connection:
{
"mcpServers": {
"odoo": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"http://your-server:8000/mcp",
"--header",
"Authorization: Bearer your-secret-api-key-here"
]
}
}
}
Tools
| Tool | Description |
|---|---|
search_records |
Search Odoo records with domain filters |
get_record |
Get records by ID |
create_record |
Create new records |
update_record |
Update existing records |
delete_record |
Delete records |
list_models |
List available Odoo models |
get_model_fields |
Get field definitions for a model |
Установка Odoo Server (Remote)
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/josespinal/odoo-mcp-server-remoteFAQ
Odoo Server (Remote) MCP бесплатный?
Да, Odoo Server (Remote) MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Odoo Server (Remote)?
Нет, Odoo Server (Remote) работает без API-ключей и переменных окружения.
Odoo Server (Remote) — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Odoo Server (Remote) в Claude Desktop, Claude Code или Cursor?
Открой Odoo Server (Remote) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Odoo Server (Remote) with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
