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 "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-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 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
- Alicense-qualityAmaintenanceAn 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.Last updated350Mozilla Public 2.0
- 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
- Alicense-qualityAmaintenanceAn 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.Last updated1MIT
Related MCP Connectors
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
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
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/fsmw/odoo-mcp-simple'
If you have feedback or need assistance with the MCP directory API, please join our Discord server