magebitcom/magento2-mcp-suite

Meta-package installing the Magebit MCP server together with its core-domain tool modules. Individual modules are switched on and off in app/etc/config.php.

Maintainers

Package info

github.com/magebitcom/magento2-mcp-suite

Type:metapackage

pkg:composer/magebitcom/magento2-mcp-suite

Transparency log

Statistics

Installs: 12

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

v1.2.0 2026-08-13 11:52 UTC

This package is auto-updated.

Last update: 2026-08-13 11:52:31 UTC


README

A Composer meta-package that installs the Magebit MCP server for Magento 2 together with its core-domain tool modules, so you require one package instead of nine.

It contains no code of its own — only a dependency list. Which modules are actually active is decided in app/etc/config.php, not by what is installed.

Installation

composer require magebitcom/magento2-mcp-suite
bin/magento setup:upgrade

Then follow the core module's Quick Setup guide to issue a token and connect an AI client.

Turning modules on and off

Each MCP module is an ordinary Magento module, so app/etc/config.php is the switch. 1 is enabled, 0 is disabled:

'modules' => [
    // ...
    'Magebit_Mcp' => 1,
    'Magebit_McpCatalogTools' => 1,
    'Magebit_McpCmsTools' => 1,
    'Magebit_McpCustomerTools' => 1,
    'Magebit_McpInventoryTools' => 1,
    'Magebit_McpMarketingTools' => 1,
    'Magebit_McpOrderTools' => 1,
    'Magebit_McpReportTools' => 1,
    'Magebit_McpTaxTools' => 1,
    // Optional add-ons, not part of the suite:
    'Magebit_McpGoogleAnalyticsTools' => 0,
    'Magebit_McpDbTools' => 0,
],

Or from the CLI, which edits the same file:

bin/magento module:disable Magebit_McpReportTools
bin/magento setup:upgrade

License

MIT — see LICENSE.

Magebit

Magebit - Full-service e-commerce agency

magebit.com