Zero Setup.
Just composer require hn/typo3-mcp-server. No extra servers, no containers, no configuration files. Works instantly with your existing TYPO3.
One MCP endpoint connects your TYPO3 site to Claude, Cursor, n8n, and any AI tool — safely through workspaces.
One extension. Zero infrastructure. Full AI integration.
Just composer require hn/typo3-mcp-server. No extra servers, no containers, no configuration files. Works instantly with your existing TYPO3.
Every AI change goes through TYPO3 workspaces. Nothing reaches your live site until you review and publish it.
Reads TCA automatically. Any table, any extension -- news, custom records, core content -- just works out of the box.
Claude, ChatGPT, or any MCP-compatible client. Connect through OAuth or use the local CLI.
From install to first AI edit in under five minutes.
Run composer require on your TYPO3 v13.4+ instance. No extra servers needed.
Open the MCP Server module in the TYPO3 backend. Copy the server URL into your AI client.
Ask your AI to translate pages, create news, fix spelling, optimize SEO -- anything.
All changes land in a workspace. Review in the TYPO3 backend and publish when ready.
# Install the extension $ composer require hn/typo3-mcp-server # Add to your AI client config (e.g. Claude Desktop) { "mcpServers": { "typo3": { "url": "https://your-typo3.example.com/mcp" } } }
Real tasks, handled by your AI assistant.
Point your AI at a page. It reads all content, identifies errors, and creates corrected versions in a workspace -- ready for your review.
Hand your AI a document or brief. It creates properly structured news articles with categories, dates, and metadata -- all through the news extension.
Move content between pages, reorganize sections, apply templates across pages. Bulk operations that would take hours, done in minutes.
Your live site is never touched directly. Every AI action is staged, reviewed, and published on your terms.
The AI operates under the authenticated backend user's permissions. All changes are tracked through TYPO3's standard workspace and audit mechanisms. No surprises.
Install the extension and connect your AI assistant in under five minutes.
$ composer require hn/typo3-mcp-server