Setup MCP Connector

Updated 11 July 2026

A complete, beginner-friendly guide to download, install, activate, and open Odoo MCP Connection for the first time.

Overview

This page walks you through installing Odoo MCP Connection on your Odoo system from scratch. You do not need to be a developer – but you (or someone on your team) will need access to the server where Odoo is installed, plus administrator rights inside Odoo.

By the end of this guide you will have:

Before you begin
Make sure you are installing
Odoo 17
and that you have a backup of your database. If you are on Odoo Online or Odoo.sh, ask your hosting provider or IT team to upload the addon – you may not have direct server access.

How Installation Works

Odoo apps (also called addons or modules) are folders that sit on your server. Odoo reads those folders, lists them in the Apps screen, and lets you install the ones you need.

The flow is simple:

The addon folder name is odoo_mcp_connection. Keep this name exactly as it is – do not rename the folder.

Step-by-Step Installation Guide

Installation Checklist

User Access Levels

Step Explanations (In Simple Words)

Why download the latest copy?

Older versions may miss features or bug fixes. Always install the version built for your Odoo release (17.0 for Odoo 17).

Why upload to addons or custom_addons?

Odoo only loads apps from folders it knows about. Your server config lists which directories to scan. Putting the folder in the wrong place is the #1 install failure.

Why restart Odoo?

Odoo reads the list of available addons when it starts. A restart ensures it sees your newly uploaded folder.

Why Developer Mode?

It exposes the Update Apps List action and other tools needed to register a manually uploaded addon. It does not change your business data.

Why Update Apps List?

Tells Odoo to look again at all addon folders. Required after uploading any custom module manually.

What does Activate / Install do?

It creates MCP tables in your database, loads security rules, menus, demo data (if applicable), and makes the app ready to use.

What is demo data?

Sample API keys and dashboard pages so you can explore before building production setup. Never use demo tokens in real AI connections.

Why set user permissions?

Odoo hides apps from users who are not allowed to see them. Without MCP Manager or Administrator rights, your team will not find the menu even after a successful install.

Why refresh and re-login?

Odoo caches your session and menu rights when you log in. A refresh or new login applies the permissions you just saved.

Tips

Common Mistakes