Skip to main content
Glama
fsmw

odoo-mcp-simple

by fsmw

🚀 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.json

Related 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.py

Configurar 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 Odoo

  • list_models - Listar modelos disponibles

  • search_records - Buscar registros

  • read_record - Leer un registro específico

  • create_record - Crear nuevo registro

  • update_record - Actualizar registro

  • delete_record - Eliminar registro

  • get_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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    An 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 updated
    350
    Mozilla Public 2.0
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables AI assistants to interact with Odoo ERP, allowing natural language queries, record creation, updates, and deletions.
    Last updated
    LGPL 3.0
  • A
    license
    -
    quality
    A
    maintenance
    An 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 updated
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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