Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"odoo": {
"env": {
"ODOO_DB": "your_database",
"ODOO_URL": "https://yourcompany.odoo.com",
"ODOO_PASSWORD": "your_password",
"ODOO_USERNAME": "your_username",
"ODOO_MCP_MAX_LIMIT": "80",
"ODOO_MCP_DEFAULT_LIMIT": "50"
},
"command": "odooclaw-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Standalone MCP (Model Context Protocol) server for Odoo 18 over stdio.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'odooclaw-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked odooclaw-mcp against OSV.dev.
Click any tool to inspect its schema.
odoo18-fields-referenceOdoo 18 field reference for common model/domain pitfalls such as customer_rank, supplier_rank, and payment_state.
odoo://context/odoo18-fields-reference
modelsJSON list of models currently allowed by the security policy.
odoo://models
model-schemaTechnical schema for a specific Odoo model.
odoo://model/{model_name}/schema
record-summaryJSON summary of a specific record.
odoo://record/{model}/{id}/summary
record-chatter-summarySummary of the chatter history for a specific record.
odoo://record/{model}/{id}/chatter_summary
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nicolasramos/odoo-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.