Odoo MCP Server
Provides tools for managing projects, tasks, subtasks, private tasks, and image attachments in Odoo.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Odoo MCP ServerList all open tasks in the 'Marketing Campaign' project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Odoo MCP Project
Conector MCP remoto seguro para ChatGPT que permite gestionar proyectos, tareas, subtareas, tareas privadas y adjuntos de imagen en Odoo 19.
Características
✅ 23 herramientas MCP para proyectos, tareas y adjuntos
✅ Soporte nativo para archivos OpenAI MCP fileParams
✅ Fallback Base64 garantizado para ChatGPT
✅ Validaciones de seguridad (MIME, tamaño, HTTPS)
✅ Logging diagnóstico sin volcar contenido sensible
✅ Tests automatizados (30 passing)
✅ Despliegue systemd + túnel OpenAI
Related MCP server: odoo-mcp
Herramientas Principales
Proyectos y Tareas
listar_proyectos,buscar_proyectos,consultar_proyecto,crear_proyecto,editar_proyecto,archivar_proyectolistar_tareas_proyecto,buscar_tareas,consultar_tarea,crear_tarea,editar_tarea,archivar_tareacambiar_estado_tarea,cambiar_stage_tarea,asignar_tarealistar_subtareas,crear_subtarea,editar_subtarealistar_tareas_privadas,consultar_tarea_privada,crear_tarea_privada,editar_tarea_privada,archivar_tarea_privadalistar_stages_proyecto,listar_stages_tarea,listar_stages_tarea_privada
Adjuntos de Imagen
adjuntar_imagen_tarea- Polimórfica (download_url, path, data_base64, contents, uri, bytes)adjuntar_imagenes_tarea- Hasta 5 imágenesadjuntar_imagen_base64_tarea- Fallback explícitolistar_adjuntos_tarea- Lista con message_id del chatter
Instalación Rápida
# Clonar
git clone https://github.com/ryoku-maxell/odoo-mcp-project.git
cd odoo-mcp-project
# Instalar dependencias
uv sync
# Ejecutar tests
uv run pytest -v
# Configurar variables de entorno
cp .env.example .env
# Editar .env con ODOO_URL, ODOO_DB, ODOO_API_KEY
# Ejecutar servidor
uv run python server.pyConfiguración de Producción
Ver AGENTS.md para despliegue completo con systemd y túnel OpenAI.
Ejemplo para ChatGPT
from pathlib import Path
import base64
import mimetypes
path = Path("/mnt/data/imagen.jpg")
raw = path.read_bytes()
payload = {
"task_id": 468,
"filename": path.name,
"mime_type": mimetypes.guess_type(path.name)[0] or "image/jpeg",
"data_base64": base64.b64encode(raw).decode("ascii"),
"comentario": "Descripción de la imagen",
}
# Llamar a adjuntar_imagen_base64_tarea(payload)Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP apps like Inventory, CRM, Sales, and Manufacturing. It allows users to read, create, and manage Odoo records and workflows using natural language commands.Last updated25331ISC
- Alicense-qualityCmaintenanceAn MCP server that connects AI assistants to Odoo ERP instances via the built-in XML-RPC API without requiring any additional addons. It enables users to search, create, update, and manage Odoo records and models through natural language.Last updated211MIT
- AlicenseDqualityBmaintenanceMCP server for Odoo 18 that provides 85 tools for CRUD operations, business actions, and migration workflows, enabling natural language interaction with Odoo ERP.Last updated856MIT
- Alicense-qualityCmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP, allowing natural language queries, record creation, updates, and deletions.Last updatedLGPL 3.0
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
GibsonAI MCP server: manage your databases with natural language
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryokumaxell/odoo-mcp-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server