MCP server for Odoo 18 with 38 business tools
Set these up before or after installing:
Environment variable: ODOO_URL
Environment variable: ODOO_DB
Environment variable: ODOO_USERNAME
Environment variable: ODOO_PASSWORD
Environment variable: ODOO_MCP_DEFAULT_LIMIT
Environment variable: ODOO_MCP_MAX_LIMIT
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nicolasramos-odoo-mcp": {
"env": {
"ODOO_DB": "your-odoo-db-here",
"ODOO_URL": "your-odoo-url-here",
"ODOO_PASSWORD": "your-odoo-password-here",
"ODOO_USERNAME": "your-odoo-username-here",
"ODOO_MCP_MAX_LIMIT": "your-odoo-mcp-max-limit-here",
"ODOO_MCP_DEFAULT_LIMIT": "your-odoo-mcp-default-limit-here"
},
"args": [
"-y",
"@nicolasramos/odoo-mcp-server"
],
"command": "npx"
}
}
}This Odoo MCP server has proper authentication through environment variables and reasonable permissions for an ERP integration tool. However, there are some security concerns including potential path traversal vulnerabilities from unsanitized user input in file paths, and lack of input validation that could lead to injection attacks in Odoo domains and SQL-like queries. Supply chain analysis found 26 known vulnerabilities in dependencies (3 critical, 9 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 6 files · 31 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!