odoo surface mcp for Grok
io.github.solutionsunity/odoo-surface-mcp
Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows.
client:Grok
transport:stdio
runtime:npm
Install odoo surface mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"odoo-surface-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suco/odoo-surface-mcp"
],
"env": {
"ODOO_URL": "<ODOO_URL>",
"ODOO_DB": "<ODOO_DB>",
"ODOO_USERNAME": "<ODOO_USERNAME>",
"ODOO_PASSWORD": "<ODOO_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs