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.
Package info
github.com/magebitcom/magento2-mcp-suite
Type:metapackage
pkg:composer/magebitcom/magento2-mcp-suite
Requires
- php: >=8.1
- magebitcom/magento2-mcp-catalog-tools: ^1.2
- magebitcom/magento2-mcp-cms-tools: ^1.1
- magebitcom/magento2-mcp-customer-tools: ^1.1
- magebitcom/magento2-mcp-inventory-tools: ^1.0
- magebitcom/magento2-mcp-marketing-tools: ^1.1
- magebitcom/magento2-mcp-module: ^1.3
- magebitcom/magento2-mcp-order-tools: ^1.1
- magebitcom/magento2-mcp-report-tools: ^1.1
- magebitcom/magento2-mcp-tax-tools: ^1.0
Suggests
- magebitcom/magento2-mcp-db-tools: Guarded read-only SQL tool. Grants bulk database read access — read its README in full before installing
- magebitcom/magento2-mcp-google-analytics-tools: GA4 reporting tools. Needs a Google OAuth connection and pulls in the google/analytics-* SDKs, so it is not part of the suite
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 - Full-service e-commerce agency