PHPackages                             hn/typo3-mcp-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hn/typo3-mcp-server

ActiveTypo3-cms-extension[API Development](/categories/api)

hn/typo3-mcp-server
===================

TYPO3 extension that provides a Model Context Protocol (MCP) server for interacting with TYPO3 pages and records

v0.2.1(2mo ago)708.9k—8.6%14[5 issues](https://github.com/hauptsacheNet/typo3-mcp-server/issues)[7 PRs](https://github.com/hauptsacheNet/typo3-mcp-server/pulls)GPL-2.0-or-laterPHPPHP &gt;=8.1.0

Since Jul 27Pushed 1mo ago13 watchersCompare

[ Source](https://github.com/hauptsacheNet/typo3-mcp-server)[ Packagist](https://packagist.org/packages/hn/typo3-mcp-server)[ Docs](https://github.com/hauptsacheNet/typo3-mcp-server)[ RSS](/packages/hn-typo3-mcp-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (17)Versions (33)Used By (0)

TYPO3 MCP Server Extension
==========================

[](#typo3-mcp-server-extension)

This extension provides a Model Context Protocol (MCP) server implementation for TYPO3 that allows AI assistants to safely view and manipulate TYPO3 pages and records through TYPO3's workspace system.

🔒 Safe AI Content Management with Workspaces
--------------------------------------------

[](#-safe-ai-content-management-with-workspaces)

**All content changes are automatically queued in TYPO3 workspaces**, making it completely safe for AI assistants to create, update, and modify content without immediately affecting your live website. Changes require explicit publishing to become visible to site visitors.

What Can You Do?
----------------

[](#what-can-you-do)

With the TYPO3 MCP Server, your AI assistant can help you:

### 📝 **Content Management**

[](#-content-management)

- **Translate Pages**: "Translate the /about-us page to German" - The AI reads your content, translates it, and creates proper language versions
- **Import Documents**: "Create a news article from this Word document" - Transform external documents into TYPO3 content with proper structure
- **Bulk Updates**: "Update all product descriptions to include our new sustainability message" - Make consistent changes across multiple pages

### 🔍 **Content Analysis &amp; SEO**

[](#-content-analysis--seo)

- **SEO Optimization**: "Add meta descriptions to all pages that don't have them" - Automatically generate missing SEO content based on page content
- **Tone Analysis**: "Review the tone of our product pages and make them more friendly" - Get suggestions for improving content voice and style
- **Content Audit**: "Find all pages mentioning our old company name" - Quickly locate content that needs updating

### 🚀 **Productivity Boosters**

[](#-productivity-boosters)

- **Template Application**: "Apply our standard legal disclaimer to all service pages" - Consistently apply content patterns
- **Content Migration**: "Copy all news articles from 2023 to the archive folder" - Reorganize content efficiently
- **Multi-language Management**: "Ensure all German pages have English translations" - Identify and fill translation gaps

All these operations happen safely in workspaces, giving you full control to review before publishing!

> 💡 **Want to know how it works?** Check out our [Technical Overview](TECHNICAL_OVERVIEW.md) for detailed information about the implementation, available tools, and real-world examples with actual tool calls.

Project Status
--------------

[](#project-status)

FeatureStatusNotes**MCP Connection**✅ ReadyHTTP and stdin/stdout protocols (thanks to [logiscape/mcp-sdk-php](https://github.com/logiscape/mcp-sdk-php))**Authentication**✅ ReadyOAuth for Backend Users**Page Tree Navigation**✅ ReadyPage tree view similar to the TYPO3 backend**Page Content Discovery**✅ ReadySimilar to the List or Page module with backend layout support**Record Reading/Writing**✅ ReadyRead and write any workspace-capable TYPO3 table (core &amp; extensions) with full schema inspection**Content Translation**⚠️ ExperimentalImplemented, needs real-world testing**Fileadmin Support**❌ MissingNot yet implemented**Workspace Selection**❌ MissingCurrently uses the first writable workspace of the userWhile there are a lot of automated tests, and even some [LLM test](Tests/Llm/README.md), TYPO3 instances are widely different and Language Models are also widely different. Feel free to [create issues here on GitHub](https://github.com/logiscape/mcp-sdk-php/issues) or [share experiences in the typo3-core-ai channel](https://typo3.slack.com/archives/C091M0M7BL6).

Installation
------------

[](#installation)

```
composer require hn/typo3-mcp-server
```

**Requirements:**

- TYPO3 v13.4+
- TYPO3 Workspaces extension (automatically installed as dependency)

Usage
-----

[](#usage)

### Quick Start

[](#quick-start)

There are two ways to connect AI assistants like Claude Desktop to your TYPO3 installation:

#### Option 1: OAuth Authentication (Recommended)

[](#option-1-oauth-authentication-recommended)

For secure remote access with proper authentication:

1. Go to **\[Username\] → MCP Server** in your TYPO3 backend
2. Copy the Server URL (and optionally the Integration Name)
3. Add the Integration to whatever MCP Client you are using.

[![MCP Server Setup](mcp_setup.png)](mcp_setup.png)

#### Option 2: Local Command Line Connection

[](#option-2-local-command-line-connection)

This method gives you admin privileges by default. Add this to your mcp config file of Claude Desktop or whatever client you are using.

```
{
   "mcpServers": {
      "[your-typo3-name]": {
         "command": "php",
         "args": [
            "vendor/bin/typo3",
            "mcp:server"
         ]
      }
   }
}
```

Development
-----------

[](#development)

### Adding New Tools

[](#adding-new-tools)

Tools are defined in the `Classes/MCP/Tools` directory. Each tool follows the MCP tool specification and maps to specific TYPO3 functionality.

Learn More
----------

[](#learn-more)

- 📖 **[Technical Overview](TECHNICAL_OVERVIEW.md)** - Comprehensive guide covering architecture, implementation details, and advanced usage
- 🏗️ **[Architecture Documentation](Documentation/Architecture/)** - Deep dives into specific implementation aspects:
    - [Workspace Transparency](Documentation/Architecture/WorkspaceTransparency.md) - How workspace complexity is hidden from AI
    - [Language Overlays](Documentation/Architecture/LanguageOverlays.md) - Multi-language content handling
    - [Inline Relations](Documentation/Architecture/InlineRelations.md) - Managing TYPO3's complex relation types

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity41

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~16 days

Total

8

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f18b6c8ad90bb53f9c5273b79360259b0ec172951de367046ac13ab0f1b44f63?d=identicon)[Nemo641](/maintainers/Nemo641)

---

Top Contributors

[![Nemo64](https://avatars.githubusercontent.com/u/1749936?v=4)](https://github.com/Nemo64 "Nemo64 (99 commits)")[![BugHunter2k](https://avatars.githubusercontent.com/u/5654631?v=4)](https://github.com/BugHunter2k "BugHunter2k (3 commits)")[![claude](https://avatars.githubusercontent.com/u/81847?v=4)](https://github.com/claude "claude (2 commits)")[![CybotTM](https://avatars.githubusercontent.com/u/326348?v=4)](https://github.com/CybotTM "CybotTM (1 commits)")[![ischmittis](https://avatars.githubusercontent.com/u/904789?v=4)](https://github.com/ischmittis "ischmittis (1 commits)")

### Embed Badge

![Health badge](/badges/hn-typo3-mcp-server/health.svg)

```
[![Health](https://phpackages.com/badges/hn-typo3-mcp-server/health.svg)](https://phpackages.com/packages/hn-typo3-mcp-server)
```

###  Alternatives

[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[sinso/app-routes

Easy way to route rest-like URLs to your code

23110.0k1](/packages/sinso-app-routes)[partitech/php-mistral

Connect to Mistral | Anthropic | Xai | Hugging Face | LamaC++ | Vllm | Ollama

2624.1k1](/packages/partitech-php-mistral)[kitodo/presentation

Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.

436.1k5](/packages/kitodo-presentation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
