Odoo MCP Server — Setup Guide

🔌

Odoo MCP Server

stdio transport · XML-RPC · FastMCP

1 · Instalar

pip install mcp

2 · Variables de Entorno

ODOO_URL="https://tuempresa.odoo.com"
ODOO_DB="nombre_base_de_datos"
ODOO_USER="tu@email.com"
ODOO_PASSWORD="api_key_o_password"

3 · claude_desktop_config.json

{
  "mcpServers": {
    "odoo": {
      "command": "python3",
      "args": ["/ruta/a/server.py"],
      "env": { "ODOO_URL": "..." }
    }
  }
}

4 · Tools Disponibles

list_customers

Lista clientes y empresas

create_contact

Crea contacto o empresa

list_opportunities

Oportunidades del CRM

create_opportunity

Crea nueva oportunidad

list_invoices

Facturas (draft/posted)

search_records

Busca en cualquier modelo

Generado por Ghosty · techcaribe.co python3 server.py
Desliza o usa las flechas para navegar