Skip to main content Skip to page footer

Installation of the AI Suite MCP

The AI Suite MCP is installed like any other TYPO3 extension. All required dependencies, especially the AI Suite and the TYPO3 Reports module, are automatically installed and do not need to be added separately. Other installation methods, such as via the TER, work analogously to the AI Suite (see Installation of the AI Suite).

1. Install extension via Composer

composer require autodudes/ai-suite-mcp

2. Set up extension

vendor/bin/typo3 extension:setup

Activate MCP Endpoint

Immediately after installation, the MCP server is intentionally disabled. The endpoint at /aisuite-mcp is only available when the switch enableMcp in the extension configuration has been activated. As long as it is disabled, TYPO3 responds to all requests to /aisuite-mcp with 404 (mcp_disabled).

You can find the extension configuration in the backend under Admin Tools → Settings → Extension Configuration → ai_suite_mcp. The individual options are described under Configuration.

Additionally, a security status report for the MCP configuration is available in the module System → Reports, which allows you to check the most important settings after setup.