Odoo for VS Code
io.github.pipeworx-io/odoo
Odoo MCP Pack — ERP/CRM via Odoo's external JSON-RPC API.
client:VS Code
transport:streamable-http
Install Odoo in VS Code
.vscode/mcp.json
{
"servers": {
"odoo": {
"type": "http",
"url": "https://gateway.pipeworx.io/odoo/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs