Installation 

Requirements 

Requirement Version
TYPO3 14.3 or newer
PHP 8.2, 8.3 or 8.4

Install the extension 

Require the package
composer require neoblack/webmcp
Copied!

Download and install neoblack_webmcp from the TYPO3 Extension Repository via the Admin Tools > Extensions backend module.

Set up the extension 

Run the setup command to create the analytics table tx_neoblackwebmcp_event:

Set up the extension
vendor/bin/typo3 extension:setup --extension neoblack_webmcp
Copied!