Skip to content
Claude Desktop

odoo surface mcp for Claude Desktop

io.github.solutionsunity/odoo-surface-mcp

Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows.

client:Claude Desktop transport:stdio runtime:npm

Install odoo surface mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "odoo-surface-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

odoo surface mcp in other clients