TYPO3 MCP Server Get Started

Connect TYPO3
to Any AI.

One MCP endpoint connects your TYPO3 site to Claude, Cursor, n8n, and any AI tool — safely through workspaces.

Works with
Claude DesktopCursorn8nmanusWindsurfAny MCP Client

. What It Does

One extension. Zero infrastructure. Full AI integration.

Zero Setup.

Just composer require hn/typo3-mcp-server. No extra servers, no containers, no configuration files. Works instantly with your existing TYPO3.

Safe by Default.

Every AI change goes through TYPO3 workspaces. Nothing reaches your live site until you review and publish it.

Works With Everything.

Reads TCA automatically. Any table, any extension -- news, custom records, core content -- just works out of the box.

Any AI Assistant.

Claude, ChatGPT, or any MCP-compatible client. Connect through OAuth or use the local CLI.

. How It Works

From install to first AI edit in under five minutes.

01

Install

Run composer require on your TYPO3 v13.4+ instance. No extra servers needed.

02

Connect

Open the MCP Server module in the TYPO3 backend. Copy the server URL into your AI client.

03

Prompt

Ask your AI to translate pages, create news, fix spelling, optimize SEO -- anything.

04

Review

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"
    }
  }
} 

. What You Can Do

Real tasks, handled by your AI assistant.

Content Quality

Fix Spelling Mistakes.

Point your AI at a page. It reads all content, identifies errors, and creates corrected versions in a workspace -- ready for your review.

Content Creation

Create News From Documents.

Hand your AI a document or brief. It creates properly structured news articles with categories, dates, and metadata -- all through the news extension.

Content Operations

Migrate and Reorganize.

Move content between pages, reorganize sections, apply templates across pages. Bulk operations that would take hours, done in minutes.

. Safe by Design

Your live site is never touched directly. Every AI action is staged, reviewed, and published on your terms.

AI Assistant
Workspace
Human Review
Live Site

The AI operates under the authenticated backend user's permissions. All changes are tracked through TYPO3's standard workspace and audit mechanisms. No surprises.

. Get Started

Install the extension and connect your AI assistant in under five minutes.

 $ composer require hn/typo3-mcp-server