mcp-server-odoo

DaniLucano10/mcp-server-odoo

3.1

If you are the rightful owner of mcp-server-odoo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a framework designed to facilitate communication between different software components, particularly in environments where integration with systems like Odoo is required.

En C:\Users\ITS\AppData\Roaming\Claude o donde se haya instalado Claude crear el archivo claude_desktop_config.json:

{ "mcpServers": { "odoo": { "command": "C:\Users\ITS\Desktop\Proy\githubproyectos\mcp-server-odoo\venv\Scripts\python.exe", "args": ["C:\Users\ITS\Desktop\Proy\githubproyectos\mcp-server-odoo\odoo_mcp_final.py"], "env": { "ODOO_URL": "https://midominio", "ODOO_DB": "mi_db", "ODOO_USER": "miusuario", "ODOO_PASSWORD": "micontra" } } } }