odoo-mcp-simple
Provides tools for interacting with Odoo ERP, including listing models, searching, reading, creating, updating, and deleting records, and getting model fields.
Click on "Deploy 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-simplesearch for customers that are companies"
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.
🚀 Servidor MCP Simple para Odoo
Conecta Claude (o cualquier LLM compatible con MCP) con Odoo 18 SaaS.
📦 Instalación
# Instalar dependencias
pip install mcp
# Configurar credenciales
edit config.jsonRelated MCP server: odooclaw-mcp
🔧 Configuración
Edita config.json con tus credenciales:
{
"odoo": {
"url": "https://tu-instancia.odoo.com",
"database": "tu-database",
"username": "tu@email.com",
"password": "tu-password"
}
}🎮 Uso
Iniciar el servidor:
python server.pyConfigurar en Claude Desktop:
Añade a tu claude_desktop_config.json:
{
"mcpServers": {
"odoo-simple": {
"command": "python",
"args": ["/ruta/a/odoo-mcp-simple/server.py"]
}
}
}🛠️ Herramientas Disponibles
connect_odoo- Conectar con Odoolist_models- Listar modelos disponiblessearch_records- Buscar registrosread_record- Leer un registro específicocreate_record- Crear nuevo registroupdate_record- Actualizar registrodelete_record- Eliminar registroget_model_fields- Ver campos de un modelo
📝 Ejemplos
Buscar clientes:
search_records(model="res.partner", domain=[["is_company", "=", true]])Crear contacto:
create_record(model="res.partner", values={"name": "John Doe", "email": "john@example.com"})🤝 Contribuir
¡PRs bienvenidos! Este es un proyecto de demo educativo.
📄 Licencia
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants like Claude to interact with Odoo ERP systems through natural language, allowing users to search, create, update, and manage business data in their Odoo instance.1,571 PyPI384Mozilla Public 2.0
- AlicenseDqualityCmaintenanceMCP server for Odoo 18 that provides 85 tools for CRUD operations, business actions, and migration workflows, enabling natural language interaction with Odoo ERP.856MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP, allowing natural language queries, record creation, updates, and deletions.LGPL 3.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP systems, allowing natural language access to business data, CRUD operations, and instance management without requiring Odoo module installation.1MIT