MCP Directory
Back

typo3-mcp-server

by hauptsacheNet · PHP · ★ 85

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

#mcp#mcp-server#typo3#typo3-extension

Install

git clone https://github.com/hauptsacheNet/typo3-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "typo3-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:hauptsacheNet/typo3-mcp-server"
      ]
    }
  }
}

From the README

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. **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. Every push to runs a benchmark that has the latest models from **Anthropic, OpenAI, Mistral, and Google** actually use this…
Read full README on GitHub →

Related other servers